Skip to content
Snippets Groups Projects
Commit ca5eafec authored by vjrj's avatar vjrj
Browse files

Fix export tutorial

parent 19dc4c4c
No related branches found
No related tags found
No related merge requests found
......@@ -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."
}
......@@ -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."
}
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment