From 0c701cc1d02c3d3b630050a0547f9dc632596013 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Tue, 9 May 2017 16:00:40 -0400 Subject: PLT-6518 Fixed user's locale not being loaded with redux actions (#6359) * Stopped ManageLanguages component from mutating user * Removed obsolete reference to mm_user * PLT-6518 Fixed user's locale not being loaded with redux actions --- webapp/stores/localization_store.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/stores') diff --git a/webapp/stores/localization_store.jsx b/webapp/stores/localization_store.jsx index 2eb482699..0a25c860d 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 = 'en'; + this.currentLocale = ''; this.currentTranslations = null; } -- cgit v1.2.3-1-g7c22