Skip to content

Commit

Permalink
feat: Wording update #3138
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Dec 2, 2024
1 parent 265cbd3 commit 8ad8a83
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lib/dashboard/drawer/src/view/drawer_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class DrawerView extends StatelessWidget {
const SizedBox(height: Sizes.spaceSmall),
],
DrawerCategoryItem(
title: l10n.walletSecurity,
title: l10n.walletSecurityAndBackup,
subTitle: l10n.walletSecurityDescription,
onClick: () {
Navigator.of(context)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class VCFormatWidget extends StatelessWidget {
return BlocBuilder<ProfileCubit, ProfileState>(
builder: (context, state) {
return OptionContainer(
title: 'VC Format"',
title: 'VC Format',
subtitle: 'Select one of the VC formats. Default: ldp_vc.',
body: ListView.builder(
itemCount: VCFormatType.values.length,
Expand All @@ -32,9 +32,9 @@ class VCFormatWidget extends StatelessWidget {
ListTile(
onTap: () {
context.read<ProfileCubit>().updateProfileSetting(
vcFormatType: vcFormatType,
formatsSupported: [vcFormatType],
);
vcFormatType: vcFormatType,
formatsSupported: [vcFormatType],
);
},
shape: RoundedRectangleBorder(
side: BorderSide(
Expand Down
1 change: 0 additions & 1 deletion lib/l10n/arb/app_ca.arb
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,6 @@
"decline": "Rebutjar",
"yotiCameraAppbarTitle": "Col·loca la cara al centre",
"cameraSubtitle": "Tens 5 segons per fer la foto.\nMira que hi hagi prou llum abans de començar.",
"walletSecurity": "Seguretat de la cartera",
"walletSecurityDescription": "Protegeix la cartera amb el codi PIN i l’autenticació biomètrica",
"blockchainSettings": "Configuració de blockchain",
"blockchainSettingsDescription": "Administrar comptes, frase de recuperació, dApps connectades i xarxes",
Expand Down
4 changes: 2 additions & 2 deletions lib/l10n/arb/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,6 @@
"decline": "Decline",
"yotiCameraAppbarTitle": "Please, position your face in the center",
"cameraSubtitle": "You have 5 seconds to take your photo.\nMake sure there’s enough light before starting.",
"walletSecurity": "Wallet Security",
"walletSecurityDescription": "Protect your wallet with Pin Code and Biometrics Authentication",
"blockchainSettings": "Blockchain Settings",
"blockchainSettingsDescription": "Manage accounts, Recovery Phrase, Connected dApps and Networks",
Expand Down Expand Up @@ -1162,5 +1161,6 @@
"bakerFee": "Baker fee",
"storageFee": "Storage Fee",
"doYouWantToSetupTheProfile": "Do you want to setup the profile?",
"thisFeatureIsNotSupportedYetForEtherlink": "This feature is not supported yet for Etherlink Chain."
"thisFeatureIsNotSupportedYetForEtherlink": "This feature is not supported yet for Etherlink Chain.",
"walletSecurityAndBackup": "Wallet Security and Backup"
}
1 change: 0 additions & 1 deletion lib/l10n/arb/app_es.arb
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,6 @@
"decline": "Rechazar",
"yotiCameraAppbarTitle": "Sitúe el rostro en el centro.",
"cameraSubtitle": "Tiene 5 segundos para hacerse la foto.\nAntes de comenzar, asegúrese de que hay suficiente luz.",
"walletSecurity": "Wallet Security",
"walletSecurityDescription": "Proteja su cartera con código PIN y autenticación biométrica",
"blockchainSettings": "Configuración de blockchain",
"blockchainSettingsDescription": "Administrar cuentas, frase de recuperación, dApps y redes conectadas",
Expand Down
1 change: 0 additions & 1 deletion lib/l10n/arb/app_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,6 @@
"decline": "Refuser",
"yotiCameraAppbarTitle": "Rapprochez votre visage au maximum avant de prendre la photo",
"cameraSubtitle": "Vous avez 5 secondes pour prendre votre photo. Rapprochez votre visage au maximum avant de commencer.",
"walletSecurity": "Sécurité du portefeuille",
"walletSecurityDescription": "Protégez votre portefeuille avec le code PIN et l'authentification biométrique",
"blockchainSettings": "Paramètres de la blockchain",
"blockchainSettingsDescription": "Gérer vos comptes, votre phrase de récupération, et les dApps",
Expand Down
9 changes: 6 additions & 3 deletions lib/l10n/untranslated.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"keyBindingHeader",
"keyBindingPayload",
"ebsiV4DecentralizedId",
"thisFeatureIsNotSupportedYetForEtherlink"
"thisFeatureIsNotSupportedYetForEtherlink",
"walletSecurityAndBackup"
],

"es": [
Expand All @@ -20,7 +21,8 @@
"keyBindingHeader",
"keyBindingPayload",
"ebsiV4DecentralizedId",
"thisFeatureIsNotSupportedYetForEtherlink"
"thisFeatureIsNotSupportedYetForEtherlink",
"walletSecurityAndBackup"
],

"fr": [
Expand Down Expand Up @@ -109,6 +111,7 @@
"bakerFee",
"storageFee",
"doYouWantToSetupTheProfile",
"thisFeatureIsNotSupportedYetForEtherlink"
"thisFeatureIsNotSupportedYetForEtherlink",
"walletSecurityAndBackup"
]
}

0 comments on commit 8ad8a83

Please sign in to comment.