summaryrefslogtreecommitdiffstats
path: root/webapp/stores/localization_store.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/stores/localization_store.jsx')
-rw-r--r--webapp/stores/localization_store.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/stores/localization_store.jsx b/webapp/stores/localization_store.jsx
index 0a25c860d..2eb482699 100644
--- a/webapp/stores/localization_store.jsx
+++ b/webapp/stores/localization_store.jsx
@@ -12,7 +12,7 @@ class LocalizationStoreClass extends EventEmitter {
constructor() {
super();
- this.currentLocale = '';
+ this.currentLocale = 'en';
this.currentTranslations = null;
}