diff --git a/assets/translations/en.json b/assets/translations/en.json index 45b2697a521d8f87fce4914f307cef63b8afea30..fd91ba4db3d3a0eb9fd46381e179bb5187d25d35 100644 --- a/assets/translations/en.json +++ b/assets/translations/en.json @@ -173,5 +173,5 @@ "infoMainKey_title": "More Information", "infoMainKey_desc": "Here you will find more information about your wallet and other options.", "exportMainKey_title": "Exporting the Wallet", - "exportMainKey_desc": "It is important that you make a backup of your wallet as soon as possible and keep it safe, so that you can import it into another browser or the app, or restore your wallet in case you lose your device. To do this, press this 'Export' button, which will allow you to download a file with all the information from your wallet. This way, you can import your wallet into another browser or device and have access to your funds at all times." + "exportMainKey_desc": "It is important that you make a backup of your wallet as soon as possible and keep it safe, so that you can import it into another browser or the app, or restore your wallet in case you lose your device." } diff --git a/assets/translations/es.json b/assets/translations/es.json index bda0393ec5eef2ef8d89f48a31171ef78ca6bda6..b55c5db07a8f57bdaa455da50431e254640d8777 100644 --- a/assets/translations/es.json +++ b/assets/translations/es.json @@ -173,5 +173,5 @@ "infoMainKey_title": "Más información", "infoMainKey_desc": "Aquà encontrarás más información acerca de tu monedero y otras opciones.", "exportMainKey_title": "Exportación del Monedero", - "exportMainKey_desc": "Es importante que realices un backup de tu monedero cuanto antes y ponerlo a buen recaudo, para poder importarlo en otro navegador o en la App, o en cualquier caso restaurar tu monedero en caso de perder tu dispositivo. Para hacerlo, presiona este botón de 'Exportar', que te permitirá descargar un archivo con toda la información de tu monedero. De esta forma, podrás importar tu monedero en otro navegador o dispositivo y tener acceso a tus fondos en todo momento." + "exportMainKey_desc": "Es importante que realices un backup de tu monedero cuanto antes y ponerlo a buen recaudo, para poder importarlo en otro navegador o en la App, o en cualquier caso restaurar tu monedero en caso de perder tu dispositivo." } diff --git a/lib/ui/widgets/fifth_screen/fifth_tutorial.dart b/lib/ui/widgets/fifth_screen/fifth_tutorial.dart index 50cdba79343c1e3d620244c110bff7b8e0e49449..7ea9af893b5fb8afc5ace09b2767b331bb16e6a0 100644 --- a/lib/ui/widgets/fifth_screen/fifth_tutorial.dart +++ b/lib/ui/widgets/fifth_screen/fifth_tutorial.dart @@ -17,7 +17,7 @@ class FifthTutorial extends Tutorial { targets.add(TutorialTarget( identify: 'exportMainKey', keyTarget: exportMainKey, - align: ContentAlign.top, + align: ContentAlign.right, shape: ShapeLightFocus.RRect)); return targets; }