diff --git a/common/src/lib/Login.svelte b/common/src/lib/Login.svelte index d1311e70..bcc45cfa 100644 --- a/common/src/lib/Login.svelte +++ b/common/src/lib/Login.svelte @@ -423,21 +423,18 @@ /> {/if} - {#if !loaded} - {$t("pages.login.loading_pazzle")}... - - {:else} - - {/if} + + - - {$t("pages.login.open_with_mnemonic")} - + {#if !loaded} + {$t("pages.login.loading_pazzle")}... + + {:else} + + {$t("pages.login.open_with_pazzle")} + + {/if} diff --git a/common/src/locales/en.json b/common/src/locales/en.json index 9ca6ce72..d3cefcde 100644 --- a/common/src/locales/en.json +++ b/common/src/locales/en.json @@ -366,9 +366,9 @@ "device_name_label": "Name of this device. You can edit it now", "device_name_placeholder": "Enter name of this device", "loading_pazzle": "Loading Pazzle", - "open_with_pazzle": "Open With Pazzle", + "open_with_pazzle": "Open With Pazzle instead", "login_cancel": "Cancel Login", - "open_with_mnemonic": "Open with Mnemonic instead", + "open_with_mnemonic": "Open with Mnemonic", "enter_mnemonic": "Enter your 12 words mnemonic", "mnemonic_placeholder": "12 words separated by spaces", "select_emoji": "Select your image for category:
{category}", diff --git a/ng-app/src/lib/Login.svelte b/ng-app/src/lib/Login.svelte index 24b95062..a26da4c6 100644 --- a/ng-app/src/lib/Login.svelte +++ b/ng-app/src/lib/Login.svelte @@ -468,21 +468,18 @@ /> {/if} - {#if !loaded} - {$t("pages.login.loading_pazzle")}... - - {:else} - - {/if} + + - - {$t("pages.login.open_with_mnemonic")} - + {#if !loaded} + {$t("pages.login.loading_pazzle")}... + + {:else} + + {$t("pages.login.open_with_pazzle")} + + {/if} diff --git a/ng-app/src/locales/en.json b/ng-app/src/locales/en.json index 469d011c..b1bb43cf 100644 --- a/ng-app/src/locales/en.json +++ b/ng-app/src/locales/en.json @@ -366,9 +366,9 @@ "device_name_label": "Name of this device. You can edit it now", "device_name_placeholder": "Enter name of this device", "loading_pazzle": "Loading Pazzle", - "open_with_pazzle": "Open With Pazzle", + "open_with_pazzle": "Open With Pazzle instead", "login_cancel": "Cancel Login", - "open_with_mnemonic": "Open with Mnemonic instead", + "open_with_mnemonic": "Open with Mnemonic", "enter_mnemonic": "Enter your 12 words mnemonic", "mnemonic_placeholder": "12 words separated by spaces", "select_emoji": "Select your image for category:
{category}",