Skip to content

Commit e6d27ac

Browse files
authored
Update no.ts (#1233)
Fixed placeholders for info regarding selected rows
1 parent 00f1e8a commit e6d27ac

File tree

1 file changed

+1
-1
lines changed
  • packages/material-react-table/src/locales

1 file changed

+1
-1
lines changed

packages/material-react-table/src/locales/no.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ export const MRT_Localization_NO: MRT_Localization = {
9393
unpinAll: 'Løsne alle',
9494

9595
ungroupByColumn: 'Oppgrupper etter {column}',
96-
selectedCountOfRowCountRowsSelected: '{selected} av {count} rader valgt',
96+
selectedCountOfRowCountRowsSelected: '{selectedCount} av {rowCount} rader valgt',
9797
};

0 commit comments

Comments
 (0)