Skip to content

Commit

Permalink
[l10n] Improve fr-FR value
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Apr 28, 2020
1 parent 42c32dc commit 16bdb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/locale/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ export const frFR: Localization = {
closeText: 'Fermer',
},
MuiPagination: {
'aria-label': 'pagination navigation',
'aria-label': 'navigation de pagination',
getItemAriaLabel: (type, page, selected) => {
if (type === 'page') {
return `${selected ? '' : 'Aller à la '}page ${page}`;
Expand Down

0 comments on commit 16bdb64

Please sign in to comment.