From cdd6a52986eca9fa18d90a9c10f49a320ca9d33b Mon Sep 17 00:00:00 2001
From: poka <poka@p2p.legal>
Date: Sun, 9 Feb 2025 01:37:29 +0100
Subject: [PATCH] wording import id/pwd account

---
 assets/translations/en.json                    | 2 +-
 assets/translations/es.json                    | 2 +-
 assets/translations/fr.json                    | 2 +-
 assets/translations/it.json                    | 2 +-
 lib/screens/myWallets/wallet_options.dart      | 2 +-
 lib/widgets/buttons/chest_options_buttons.dart | 3 ++-
 pubspec.yaml                                   | 2 +-
 7 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/assets/translations/en.json b/assets/translations/en.json
index ed84a1a..1271b35 100644
--- a/assets/translations/en.json
+++ b/assets/translations/en.json
@@ -184,7 +184,7 @@
     "derivationsScanProgress": "Scan {} firsts addresses",
     "importDerivationsInProgress": "Import address {}/{}",
     "youAreOffline": "You are offline...",
-    "importG1v1": "Import old G1v1 account",
+    "importIdPasswordAccount": "Import an Id/Password account",
     "migrateToThisWallet": "Migrate to this wallet:",
     "youMustWaitBeforeCashoutThisAccount": "You have to wait a few moment before migrate this account",
     "thisAccountIsEmpty": "This account is empty",
diff --git a/assets/translations/es.json b/assets/translations/es.json
index d66c715..5fee80c 100644
--- a/assets/translations/es.json
+++ b/assets/translations/es.json
@@ -185,7 +185,7 @@
     "derivationsScanProgress": "Scan {} firsts addresses",
     "importDerivationsInProgress": "Import address {}/{}",
     "youAreOffline": "Estás desconectado...",
-    "importG1v1": "Importar la cuenta antigua de G1v1",
+    "importIdPasswordAccount": "Importar una cuenta Id/Contraseña",
     "migrateToThisWallet": "Migrate to this wallet:",
     "youMustWaitBeforeCashoutThisAccount": "Tienes que esperar unos minutos antes de migrar esta cuenta",
     "thisAccountIsEmpty": "Esta cuenta está vacía",
diff --git a/assets/translations/fr.json b/assets/translations/fr.json
index 189606e..d68623b 100644
--- a/assets/translations/fr.json
+++ b/assets/translations/fr.json
@@ -184,7 +184,7 @@
     "derivationsScanProgress": "Scan des {} premières adresses",
     "importDerivationsInProgress": "Importation de l'adresse {}/{}",
     "youAreOffline": "Vous êtes hors ligne...",
-    "importG1v1": "Importer un ancien compte G1v1",
+    "importIdPasswordAccount": "Importer un compte Id/Mdp",
     "migrateToThisWallet": "Migrer vers ce portefeuille:",
     "youMustWaitBeforeCashoutThisAccount": "Vous devez attendre quelques minutes\navant de pouvoir migrer ce compte",
     "thisAccountIsEmpty": "Ce compte est vide",
diff --git a/assets/translations/it.json b/assets/translations/it.json
index 061de6d..b63422a 100644
--- a/assets/translations/it.json
+++ b/assets/translations/it.json
@@ -180,7 +180,7 @@
     "removeContact": "Elimina\nquesto contatto",
     "derivationsScanProgress": "Scannerizzando l'indirizzo {}/{}",
     "youAreOffline": "Disconnesso...",
-    "importG1v1": "Importa il conto antico da G1v1, versione precedente",
+    "importIdPasswordAccount": "Importare un account Id/Password",
     "migrateToThisWallet": "Seleziona un portafoglio di destinazione:",
     "youMustWaitBeforeCashoutThisAccount": "Devi aspettare qualche minuto prima di migrare questo conto",
     "thisAccountIsEmpty": "Questo conto é vuoto",
diff --git a/lib/screens/myWallets/wallet_options.dart b/lib/screens/myWallets/wallet_options.dart
index 2e3e0f2..3b708d5 100644
--- a/lib/screens/myWallets/wallet_options.dart
+++ b/lib/screens/myWallets/wallet_options.dart
@@ -523,7 +523,7 @@ Widget aloneWalletOptions() {
               ScaledSizedBox(width: 16),
               Expanded(
                 child: Text(
-                  'importG1v1'.tr(),
+                  'importIdPasswordAccount'.tr(),
                   style: scaledTextStyle(
                     fontSize: 16,
                     color: Colors.black87,
diff --git a/lib/widgets/buttons/chest_options_buttons.dart b/lib/widgets/buttons/chest_options_buttons.dart
index 89c697f..d3e9941 100644
--- a/lib/widgets/buttons/chest_options_buttons.dart
+++ b/lib/widgets/buttons/chest_options_buttons.dart
@@ -71,7 +71,8 @@ class ChestOptionsButtons extends StatelessWidget {
             ScaledSizedBox(
               width: 230,
               height: 60,
-              child: Center(child: Text('importG1v1'.tr(), style: scaledTextStyle(fontSize: 16, color: Colors.blue[900], fontWeight: FontWeight.w500))),
+              child: Center(
+                  child: Text('importIdPasswordAccount'.tr(), style: scaledTextStyle(fontSize: 16, color: Colors.blue[900], fontWeight: FontWeight.w500))),
             ),
           ],
         ),
diff --git a/pubspec.yaml b/pubspec.yaml
index 4f54cbd..471ffa7 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -2,7 +2,7 @@ name: gecko
 description: Pay with G1.
 publish_to: "none"
 
-version: 0.1.22+99
+version: 0.1.22+100
 
 environment:
   sdk: ^3.5.3
-- 
GitLab