aboutsummaryrefslogtreecommitdiff
path: root/src/Routes/Settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Routes/Settings.c')
-rw-r--r--src/Routes/Settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Routes/Settings.c b/src/Routes/Settings.c
index 1ad85a7..7a16595 100644
--- a/src/Routes/Settings.c
+++ b/src/Routes/Settings.c
@@ -16,7 +16,7 @@ int settings_handler(UrlParams *params) {
}
char *theme = get_theme("system");
- char *locale = get_locale("en_uk");
+ char *locale = get_locale("en_gb");
LocaleInfo locales[32];
int locale_count = beaker_get_all_locales(locales, 32);