Skip to content

Commit

Permalink
chore: default language set to english
Browse files Browse the repository at this point in the history
  • Loading branch information
geeky-abhishek committed Apr 8, 2022
1 parent eb7a433 commit f3ec7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/language-and-timezone-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const LanguageAndTimeZone: FC<{
() =>
settings.prefs.zimbraPrefLocale && find(locales, { id: settings.prefs.zimbraPrefLocale })
? find(locales, { id: settings.prefs.zimbraPrefLocale })
: locales[5],
: find(locales, { id: 'en' }),
[locales, settings.prefs.zimbraPrefLocale]
);

Expand Down

0 comments on commit f3ec7fc

Please sign in to comment.