Skip to content

Commit

Permalink
Update packages/material-ui/src/locale/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n authored Apr 21, 2020
1 parent 6dc2134 commit 6768619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/locale/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export const csCZ = {
closeText: 'Zavřít',
},
MuiPagination: {
'aria-label': 'Navigace stránkovním',
'aria-label': 'Navigace stránkováním',
getItemAriaLabel: (type, page, selected) => {
if (type === 'page') {
return `${selected ? '' : 'Jít na '}${page} stránku`;
Expand Down

0 comments on commit 6768619

Please sign in to comment.