- client: fix placeholder for table pages

This commit is contained in:
Ildar Kamalov
2019-11-26 15:16:52 +03:00
parent 713613e3b8
commit 38c7e732a6
5 changed files with 4 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ class Table extends Component {
nextText={t('next_btn')}
loadingText={t('loading_table_status')}
pageText={t('page_table_footer_text')}
ofText={t('of_table_footer_text')}
ofText="/"
rowsText={t('rows_table_footer_text')}
noDataText={t('rewrite_not_found')}
/>