diff --git a/lib/dashboard/drawer/about_altme/about_altme/view/about_altme_menu.dart b/lib/dashboard/drawer/about_altme/about_altme/view/about_altme_menu.dart index ddf2f18ab..46289eacf 100644 --- a/lib/dashboard/drawer/about_altme/about_altme/view/about_altme_menu.dart +++ b/lib/dashboard/drawer/about_altme/about_altme/view/about_altme_menu.dart @@ -54,7 +54,7 @@ class AboutAltmeView extends StatelessWidget { appVersion = snapShot.data?.version ?? '0.1.0'; } return DrawerItem( - title: '${l10n.yourAltmeAppVersion} : $appVersion', + title: '${l10n.yourAppVersion} : $appVersion', trailing: const Center(), ); }, diff --git a/lib/dashboard/drawer/src/view/drawer_page.dart b/lib/dashboard/drawer/src/view/drawer_page.dart index 26d75966f..51d7be6da 100644 --- a/lib/dashboard/drawer/src/view/drawer_page.dart +++ b/lib/dashboard/drawer/src/view/drawer_page.dart @@ -135,8 +135,8 @@ class DrawerView extends StatelessWidget { ), const SizedBox(height: Sizes.spaceSmall), DrawerCategoryItem( - title: l10n.aboutAltme, - subTitle: l10n.aboutAltmeDescription, + title: l10n.about, + subTitle: l10n.aboutDescription, onClick: () { Navigator.of(context).push(AboutAltmeMenu.route()); }, diff --git a/lib/l10n/arb/app_en.arb b/lib/l10n/arb/app_en.arb index ae0ef96c2..f8576e8ac 100644 --- a/lib/l10n/arb/app_en.arb +++ b/lib/l10n/arb/app_en.arb @@ -711,8 +711,8 @@ "ssiDescription": "Manage your Decentralized ID and backup or restore your credentials", "helpCenter": "Help Center", "helpCenterDescription": "Contact us and get support if you need assistance on using Altme", - "aboutAltme": "About Altme", - "aboutAltmeDescription": "Read about Altme terms of use, confidentiality and licenses", + "about": "About", + "aboutDescription": "Read about terms of use, confidentiality and licenses", "resetWallet": "Reset Wallet", "resetWalletDescription": "Erase all data stored on your phone and reset Altme wallet.", "showWalletRecoveryPhrase": "Show wallet recovery phrase", @@ -720,7 +720,7 @@ "blockchainNetwork": "Blockchain network (by default)", "contactUs": "Contact us", "officialWebsite": "Official website", - "yourAltmeAppVersion": "Your Altme app version", + "yourAppVersion": "Your app version", "resetWalletTitle": "Are you sure you want to reset your wallet ?", "resetWalletSubtitle": "This action will erase your data. Please, make sure you have saved your Recovery Phrase and credentials backup file before deleting.", "resetWalletSubtitle2": "Altme is self-custodial so we are not able to recover your funds or credentials for you.", diff --git a/lib/l10n/arb/app_fr.arb b/lib/l10n/arb/app_fr.arb index a381dec4b..4d9a555c2 100644 --- a/lib/l10n/arb/app_fr.arb +++ b/lib/l10n/arb/app_fr.arb @@ -694,15 +694,15 @@ "ssiDescription": "Gérez votre identifiant décentralisé et sauvegardez ou restaurez vos identifiants", "helpCenter": "Centre d'aide", "helpCenterDescription": "Contactez-nous et obtenez de l'aide si vous avez besoin d'aide pour utiliser Altme", - "aboutAltme": "À propos d'Altme", - "aboutAltmeDescription": "En savoir plus sur les conditions d'utilisation, la confidentialité et les licences d'Altme", + "about": "À propos", + "aboutDescription": "En savoir plus sur les conditions d'utilisation, la confidentialité et les licences d'Altme", "resetWallet": "Réinitialiser le portefeuille", "resetWalletDescription": "Effacez toutes les données stockées sur votre téléphone et réinitialisez le portefeuille Altme.", "showWalletRecoveryPhrase": "Afficher la phrase de récupération du portefeuille", "blockchainNetwork": "Réseau Blockchain (par défaut)", "contactUs": "Contactez-nous", "officialWebsite": "Site officiel", - "yourAltmeAppVersion": "La version de votre application Altme", + "yourAppVersion": "La version de votre application Altme", "resetWalletTitle": "Êtes-vous sûr de vouloir réinitialiser votre portefeuille ?", "resetWalletSubtitle": "Cette action effacera vos données. Veuillez vous assurer d'avoir enregistré votre phrase de récupération et le fichier de sauvegarde des informations d'identification avant de les supprimer.", "resetWalletSubtitle2": "Altme est auto-dépositaire, nous ne sommes donc pas en mesure de récupérer vos fonds ou vos informations d'identification pour vous.", diff --git a/lib/l10n/untranslated.json b/lib/l10n/untranslated.json index 40360acf1..688b7a4e5 100644 --- a/lib/l10n/untranslated.json +++ b/lib/l10n/untranslated.json @@ -647,8 +647,7 @@ "ssiDescription", "helpCenter", "helpCenterDescription", - "aboutAltme", - "aboutAltmeDescription", + "aboutDescription", "resetWallet", "resetWalletDescription", "showWalletRecoveryPhrase", @@ -656,7 +655,7 @@ "blockchainNetwork", "contactUs", "officialWebsite", - "yourAltmeAppVersion", + "yourAppVersion", "resetWalletTitle", "resetWalletSubtitle", "resetWalletSubtitle2", @@ -1587,8 +1586,7 @@ "ssiDescription", "helpCenter", "helpCenterDescription", - "aboutAltme", - "aboutAltmeDescription", + "aboutDescription", "resetWallet", "resetWalletDescription", "showWalletRecoveryPhrase", @@ -1596,7 +1594,7 @@ "blockchainNetwork", "contactUs", "officialWebsite", - "yourAltmeAppVersion", + "yourAppVersion", "resetWalletTitle", "resetWalletSubtitle", "resetWalletSubtitle2", @@ -2771,8 +2769,7 @@ "ssiDescription", "helpCenter", "helpCenterDescription", - "aboutAltme", - "aboutAltmeDescription", + "aboutDescription", "resetWallet", "resetWalletDescription", "showWalletRecoveryPhrase", @@ -2780,7 +2777,7 @@ "blockchainNetwork", "contactUs", "officialWebsite", - "yourAltmeAppVersion", + "yourAppVersion", "resetWalletTitle", "resetWalletSubtitle", "resetWalletSubtitle2",