diff --git a/src/App.svelte b/src/App.svelte index 02aada7e..c8201be7 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -108,8 +108,9 @@ }) {#if $isLoading} - - Please wait... + + Please wait... + {:else} diff --git a/src/components/wallet/AccountFromMnemForm.svelte b/src/components/wallet/AccountFromMnemForm.svelte index 21f76c1c..205848d4 100644 --- a/src/components/wallet/AccountFromMnemForm.svelte +++ b/src/components/wallet/AccountFromMnemForm.svelte @@ -13,7 +13,7 @@ {$_('wallet.account_from_mnem_from.title')} {$_('wallet.account_from_mnem_from.description')} - + {}}> {$_('wallet.account_from_private.description')} - + {}}> { }) const acct = get(signingAccount) - const locale = acct && acct.locale ? acct.locale : getLocaleFromNavigator() + + const locale = acct && acct.locale ? acct.locale : getLocale() setupI18n({ withLocale: locale, fallbackLocale: 'en',
{$_('wallet.account_from_mnem_from.description')}
{$_('wallet.account_from_private.description')}