Skip to content

Commit

Permalink
fix typo in language label (DE) (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
casimir authored Jul 30, 2024
1 parent 4021750 commit bdc0533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/providers/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ enum Language {
system(null, ''),
// values should be in alphabetical order as they are displayed in the UI
// FIXME this value is stored using its enum index, so only append for now
de(Locale('de'), 'Deustch'),
de(Locale('de'), 'Deutsch'),
en(Locale('en'), 'English'),
fr(Locale('fr'), 'Français'),
gl(Locale('gl'), 'Galego'),
Expand Down

0 comments on commit bdc0533

Please sign in to comment.