diff --git a/ng-app/src/lib/Login.svelte b/ng-app/src/lib/Login.svelte
index 6e743bb..e64df77 100644
--- a/ng-app/src/lib/Login.svelte
+++ b/ng-app/src/lib/Login.svelte
@@ -9,12 +9,22 @@
// according to those terms.
-->
+
+
-{#if step == "load"}
-
-
How to open your wallet, step by step :
-
-
- For each one of the 9 categories of images, you will be presented with
- the 15 possible image choices. The categories are shuffled at every
- login. They will not always appear in the same order.
-
-
- At each category, only one of the 15 displayed choices is the correct
- image that belongs to your pazzle. Find it and tap or click on that one.
- The 15 images are shuffled too, they will not appear at the same
- position at each login. On a computer, you can also use the tab key on
- your keyboard to move to the desired item on the screen, then press the
- space bar to select each one.
-
-
- Once you completed the last category, you will be presented with all the
- images you have previously selected. Their order is displayed as it was
- when you picked them. But this is not the correct order of the images in
- your pazzle. You now have to order them correctly.
-
-
- You must remember which image should be the first one in your pazzle.
- Find it on the screen and click or tap on it. It will be greyed out and
- the number 1 will appear on top of it.
-
-
- Move on to the second image of your pazzle (that you memorized). Find it
- on the screen and tap on it. Repeat this step until you reached the last
- image.
-
-
- Finally, your PIN code will be asked. enter it by clicking or tapping on
- the digits.
-
-
-
-
- {#if !loaded}
- Loading pazzle...
+
+ {#if step == "load"}
+
+
How to open your wallet, step by step :
+
+
+ For each one of the 9 categories of images, you will be presented with
+ the 15 possible image choices. The categories are shuffled at every
+ login. They will not always appear in the same order.
+
+
+ At each category, only one of the 15 displayed choices is the correct
+ image that belongs to your pazzle. Find it and tap or click on that
+ one. The 15 images are shuffled too, they will not appear at the same
+ position at each login. On a computer, you can also use the tab key on
+ your keyboard to move to the desired item on the screen, then press
+ the space bar to select each one.
+
+
+ Once you completed the last category, you will be presented with all
+ the images you have previously selected. Their order is displayed as
+ it was when you picked them. But this is not the correct order of the
+ images in your pazzle. You now have to order them correctly.
+
+
+ You must remember which image should be the first one in your pazzle.
+ Find it on the screen and click or tap on it. It will be greyed out
+ and the number 1 will appear on top of it.
+
+
+ Move on to the second image of your pazzle (that you memorized). Find
+ it on the screen and tap on it. Repeat this step until you reached the
+ last image.
+
+
+ Finally, your PIN code will be asked. enter it by clicking or tapping
+ on the digits.
+
+
+
+
+ {#if !loaded}
+ Loading pazzle...
+
+ {:else}
+
+
+
+
+ {/if}
+
+ {#if for_import}
+
+ Do you trust this device?
+
+ Yes, save my wallet on this device
+
+
+ If you do, if this device is yours or is used by few trusted persons
+ of your family or workplace, and you would like to login again from
+ this device in the future, then you can save your wallet on this
+ device. To the contrary, if this device is public and shared by
+ strangers, do not save your wallet here. {#if !tauri_platform}By
+ selecting this option, you agree to save some cookies on your
+ browser.{/if}
+
- If you do, if this device is yours or is used by few trusted persons of
- your family or workplace, and you would like to login again from this
- device in the future, then you can save your wallet on this device. To
- the contrary, if this device is public and shared by strangers, do not
- save your wallet here. {#if !tauri_platform}By selecting this option,
- you agree to save some cookies on your browser.{/if}
-