Fix typo: defaultLangage to defaultLanguage

This commit is contained in:
thecashewtrader
2022-11-03 22:15:28 +05:30
parent 01fb40463d
commit fe64adf6d6
3 changed files with 4 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ export default {
const App = this;
(async function () {
const defaultLang = await App.defaultLangage;
const defaultLang = await App.defaultLanguage;
const locale = App.getPreferenceString("hl", defaultLang);
if (locale !== App.TimeAgoConfig.locale) {
const localeTime = await import(`../node_modules/javascript-time-ago/locale/${locale}.json`)