Skip to content

Commit

Permalink
[l10n] Fix typo in csCZ translation of Pagination component (#32509)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin005 authored Apr 30, 2022
1 parent 83d1681 commit f3fefa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/locale/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ export const csCZ: Localization = {
'aria-label': 'Navigace stránkováním',
getItemAriaLabel: (type, page, selected) => {
if (type === 'page') {
return `${selected ? '' : 'Jít na '}${page} stránku`;
return `${selected ? '' : 'Jít na '}${page}. stránku`;
}
if (type === 'first') {
return 'Jít na první stránku';
Expand Down

0 comments on commit f3fefa2

Please sign in to comment.