aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-08-08 19:50:17 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-08-08 19:50:17 +0200
commit524d55f46e3834a84db17945eaa1c65891f06547 (patch)
treee7b1e5dcd77d1b094fd5bc911e75bf40c47862cc /src/stores/AppStore.js
parentFix service restriction on pro plan (diff)
downloadferdium-app-524d55f46e3834a84db17945eaa1c65891f06547.tar.gz
ferdium-app-524d55f46e3834a84db17945eaa1c65891f06547.tar.zst
ferdium-app-524d55f46e3834a84db17945eaa1c65891f06547.zip
Add option to subscribe to trial via account dashboard
Diffstat (limited to 'src/stores/AppStore.js')
-rw-r--r--src/stores/AppStore.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index 72c4b4d0b..55ee52b18 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -334,6 +334,8 @@ export default class AppStore extends Store {
334 this.locale = this._getDefaultLocale(); 334 this.locale = this._getDefaultLocale();
335 } 335 }
336 336
337 moment.locale(this.locale);
338
337 debug(`Set locale to "${this.locale}"`); 339 debug(`Set locale to "${this.locale}"`);
338 } 340 }
339 341