Skip to content

Commit fc95e40

Browse files
github-actions[bot]magnimarelsZeeshanTamboli
authored
[l10n] Fix typo in is-IS locale (@magnimarels) (#41815)
Co-authored-by: magnimarels <[email protected]> Co-authored-by: ZeeshanTamboli <[email protected]>
1 parent a1b9ed0 commit fc95e40

File tree

1 file changed

+1
-1
lines changed
  • packages/mui-material/src/locale

1 file changed

+1
-1
lines changed

packages/mui-material/src/locale/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,7 @@ export const isIS: Localization = {
18641864
},
18651865
labelRowsPerPage: 'Raðir á síðu:',
18661866
labelDisplayedRows: ({ from, to, count }) =>
1867-
`${from}${to} af ${count !== -1 ? count : `fleiri enn ${to}`}`,
1867+
`${from}${to} af ${count !== -1 ? count : `fleiri en ${to}`}`,
18681868
},
18691869
},
18701870
MuiRating: {

0 commit comments

Comments
 (0)