Skip to content

Commit

Permalink
Fix typo in Finnish locale (fi.ts) (#2824)
Browse files Browse the repository at this point in the history
Renamed Edelline -> Edellinen
  • Loading branch information
roitto authored and Eonasdan committed Jul 3, 2023
1 parent e99d740 commit 207b437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/locales/fi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const localization = {
previousMonth: 'Edellinen kuukausi',
nextMonth: 'Seuraava kuukausi',
selectYear: 'Valitse vuosi',
previousYear: 'Edelline vuosi',
previousYear: 'Edellinen vuosi',
nextYear: 'Seuraava vuosi',
selectDecade: 'Valitse vuosikymmen',
previousDecade: 'Edellinen vuosikymmen',
Expand Down

0 comments on commit 207b437

Please sign in to comment.