diff --git a/assets/translations/en.json b/assets/translations/en.json
index ed84a1ae30c1dee45f3c5c7334d421c9a70962bf..1271b35b8ac519f3bede09d2e49e3cc1603daa2a 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 d66c7157caaf64f2ad2ddaa9f3e7dfabe25c4ad9..5fee80c7772885e90c5e9348031b3f835aecf5a1 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 189606e45a29acc722d4506a2dee670a9440e8f8..d68623b883466914f63fa1c4cc74afce7cd38526 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 061de6dec20352dceee318f4105d7e1bd6cbc77e..b63422ad07763669a6543e76fc2f92cc4a4a9319 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 2e3e0f200b80d4249b7e9302fa53109d0fcaf2d1..3b708d5aa144d670b5f4c6e2a6aac7c3c4df939d 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 89c697f1c4f9b32b60f0d65a5d23b63c58fd5fad..d3e9941239832c17f57de90090342fd3d36c6d26 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 4f54cbd86d74e9a905f2199850f02305d14073d9..471ffa7f8eba481ec974d074cbe2e005424fa1a4 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