Update no data message in table

This commit is contained in:
David Levin 2019-08-28 15:55:28 -07:00
parent cd0ed4353d
commit 4acf5ff497
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ class Table extends Component {
: (
<tr>
<td className="woocommerce-table__empty-item" colSpan={ headers.length }>
{ __( 'No data for the selected date range', 'woocommerce-admin' ) }
{ __( 'No data to display', 'woocommerce-admin' ) }
</td>
</tr>
)