From 4295e7079614f11d083afdd55de1583c1f18885f Mon Sep 17 00:00:00 2001 From: magnimarels <70704459+magnimarels@users.noreply.github.com> Date: Tue, 9 Apr 2024 06:54:39 +0000 Subject: [PATCH] [l10n] Fix typo in is-IS locale (#41810) Co-authored-by: ZeeshanTamboli --- packages/mui-material/src/locale/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mui-material/src/locale/index.ts b/packages/mui-material/src/locale/index.ts index cc37e2429ab0ac..c6c494c16f96f8 100644 --- a/packages/mui-material/src/locale/index.ts +++ b/packages/mui-material/src/locale/index.ts @@ -1864,7 +1864,7 @@ export const isIS: Localization = { }, labelRowsPerPage: 'Raðir á síðu:', labelDisplayedRows: ({ from, to, count }) => - `${from}–${to} af ${count !== -1 ? count : `fleiri enn ${to}`}`, + `${from}–${to} af ${count !== -1 ? count : `fleiri en ${to}`}`, }, }, MuiRating: {