Skip to content

Commit

Permalink
feat: Replace word altme #2117
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Dec 13, 2023
1 parent 83953b4 commit 42b3eae
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
);
},
Expand Down
4 changes: 2 additions & 2 deletions lib/dashboard/drawer/src/view/drawer_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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<void>(AboutAltmeMenu.route());
},
Expand Down
6 changes: 3 additions & 3 deletions lib/l10n/arb/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -711,16 +711,16 @@
"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",
"showWalletRecoveryPhraseSubtitle": "The recovery phrase acts as a backup key to restore access to a your wallet.",
"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.",
Expand Down
6 changes: 3 additions & 3 deletions lib/l10n/arb/app_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
15 changes: 6 additions & 9 deletions lib/l10n/untranslated.json
Original file line number Diff line number Diff line change
Expand Up @@ -647,16 +647,15 @@
"ssiDescription",
"helpCenter",
"helpCenterDescription",
"aboutAltme",
"aboutAltmeDescription",
"aboutDescription",
"resetWallet",
"resetWalletDescription",
"showWalletRecoveryPhrase",
"showWalletRecoveryPhraseSubtitle",
"blockchainNetwork",
"contactUs",
"officialWebsite",
"yourAltmeAppVersion",
"yourAppVersion",
"resetWalletTitle",
"resetWalletSubtitle",
"resetWalletSubtitle2",
Expand Down Expand Up @@ -1587,16 +1586,15 @@
"ssiDescription",
"helpCenter",
"helpCenterDescription",
"aboutAltme",
"aboutAltmeDescription",
"aboutDescription",
"resetWallet",
"resetWalletDescription",
"showWalletRecoveryPhrase",
"showWalletRecoveryPhraseSubtitle",
"blockchainNetwork",
"contactUs",
"officialWebsite",
"yourAltmeAppVersion",
"yourAppVersion",
"resetWalletTitle",
"resetWalletSubtitle",
"resetWalletSubtitle2",
Expand Down Expand Up @@ -2771,16 +2769,15 @@
"ssiDescription",
"helpCenter",
"helpCenterDescription",
"aboutAltme",
"aboutAltmeDescription",
"aboutDescription",
"resetWallet",
"resetWalletDescription",
"showWalletRecoveryPhrase",
"showWalletRecoveryPhraseSubtitle",
"blockchainNetwork",
"contactUs",
"officialWebsite",
"yourAltmeAppVersion",
"yourAppVersion",
"resetWalletTitle",
"resetWalletSubtitle",
"resetWalletSubtitle2",
Expand Down

0 comments on commit 42b3eae

Please sign in to comment.