Skip to content

Commit

Permalink
Better wording
Browse files Browse the repository at this point in the history
  • Loading branch information
gmltA committed Nov 18, 2019
1 parent ae89322 commit 0c03967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/material-ui/src/locale/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const ruRU = {
props: {
MuiTablePagination: {
backIconButtonText: 'Предыдущая страница',
labelRowsPerPage: 'Строк на страницу:',
labelRowsPerPage: 'Строк на странице:',
labelDisplayedRows: ({ from, to, count }) => `${from}-${to === -1 ? count : to} из ${count}`,
nextIconButtonText: 'Следующая страница',
},
Expand All @@ -153,7 +153,7 @@ export const ruRU = {
clearText: 'Очистить',
closeText: 'Закрыть',
loadingText: 'Загрузка…',
noOptionsText: 'Нет вариантов',
noOptionsText: 'Нет доступных вариантов',
openText: 'Открыть',
},
},
Expand Down

0 comments on commit 0c03967

Please sign in to comment.