Make table headings translatable

This commit is contained in:
Chris Marslender 2017-11-14 19:05:44 -07:00
parent e953bd3e68
commit a8ac58af79
No known key found for this signature in database
GPG Key ID: 5A3FF8E135EABA2C
1 changed files with 3 additions and 3 deletions

View File

@ -320,9 +320,9 @@ class WC_Admin_Dashboard {
<table id="woocommerce-network-order-table" class="woocommerce-network-order-table wp-list-table">
<thead>
<tr>
<td>Order</td>
<td>Status</td>
<td>Total</td>
<td><?php esc_html_e( 'Order', 'woocommerce' ); ?></td>
<td><?php esc_html_e( 'Status', 'woocommerce' ); ?></td>
<td><?php esc_html_e( 'Total', 'woocommerce' ); ?></td>
</tr>
</thead>
<tbody id="network-orders-tbody">