Skip to content

Commit 54b1175

Browse files
[I10n] Improve Finnish (fi-FI) locale on the data grid (mui#6859) (mui#6872)
1 parent 0584390 commit 54b1175

File tree

1 file changed

+2
-2
lines changed
  • packages/grid/x-data-grid/src/locales

1 file changed

+2
-2
lines changed

packages/grid/x-data-grid/src/locales/fiFI.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ const fiFIGrid: Partial<GridLocaleText> = {
8585
columnMenuFilter: 'Suodata',
8686
columnMenuHideColumn: 'Piilota',
8787
columnMenuUnsort: 'Poista järjestys',
88-
columnMenuSortAsc: 'Järjestä laskevasti',
89-
columnMenuSortDesc: 'Järjestä nousevasti',
88+
columnMenuSortAsc: 'Järjestä nousevasti',
89+
columnMenuSortDesc: 'Järjestä laskevasti',
9090

9191
// Column header text
9292
columnHeaderFiltersTooltipActive: (count) =>

0 commit comments

Comments
 (0)