From bc3ceb75af5f8aaddaecfbb8c392fe7486251e73 Mon Sep 17 00:00:00 2001 From: Bibash Shrestha Date: Tue, 5 Nov 2024 10:35:56 +0545 Subject: [PATCH] fix: Update decentralised Id page #3055 --- .../jwk_thumbprint_p256_key_page.dart | 2 +- lib/l10n/arb/app_en.arb | 7 ++++--- lib/l10n/untranslated.json | 9 ++++++--- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/lib/dashboard/drawer/ssi/manage_did/view/jwk_thumbprint_p256_key/jwk_thumbprint_p256_key_page.dart b/lib/dashboard/drawer/ssi/manage_did/view/jwk_thumbprint_p256_key/jwk_thumbprint_p256_key_page.dart index bfa876809..c604947a4 100644 --- a/lib/dashboard/drawer/ssi/manage_did/view/jwk_thumbprint_p256_key/jwk_thumbprint_p256_key_page.dart +++ b/lib/dashboard/drawer/ssi/manage_did/view/jwk_thumbprint_p256_key/jwk_thumbprint_p256_key_page.dart @@ -77,7 +77,7 @@ class _JWKThumbprintP256KeyPageState extends State mainAxisAlignment: MainAxisAlignment.start, children: [ Text( - l10n.did, + l10n.jwk, style: Theme.of(context).textTheme.headlineSmall, ), const SizedBox( diff --git a/lib/l10n/arb/app_en.arb b/lib/l10n/arb/app_en.arb index 2f7640f93..517215048 100644 --- a/lib/l10n/arb/app_en.arb +++ b/lib/l10n/arb/app_en.arb @@ -934,7 +934,7 @@ "theCredentialOfferIsInvalid": "The credential offer is invalid", "dateOfRequest": "Date of Request", "keyDecentralizedIDP256": "did:key P-256", - "jwkDecentralizedIDP256": "JWK Thumbprint P-256", + "jwkDecentralizedIDP256": "did:jwk P-256", "defaultDid": "Default DID", "selectOneOfTheDid": "Select one of the DIDs", "theServiceIsNotAvailable": "The service is not available", @@ -1006,7 +1006,7 @@ "statusList": "Status list", "statusListIndex": "Status list index", "theWalletIsSuspended": "The wallet is suspended.", - "jwkThumbprintP256Key": "did:jwk P-256", + "jwkThumbprintP256Key": "JWK Thumbprint P-256", "walletBlockedPopupTitle": "Blockerd 10 minutes", "walletBlockedPopupDescription": "Too many failed attempts, your wallet is blocked for your security.\nYou can reset your wallet in order to use servives again.", "deleteMyWalletForWrontPincodeTitle": "Account blocked after 3 unsuccessful attempts", @@ -1154,5 +1154,6 @@ "credentialPickShare": "Share", "credentialPickTitle": "Choose the credential(s) to wish to obtain", "credentialShareTitle": "Choose the credential(s) to share", - "enterYourSecretCode": "Enter your secret code." + "enterYourSecretCode": "Enter your secret code.", + "jwk": "JWK" } diff --git a/lib/l10n/untranslated.json b/lib/l10n/untranslated.json index 038d87224..85fe11a97 100644 --- a/lib/l10n/untranslated.json +++ b/lib/l10n/untranslated.json @@ -71,7 +71,8 @@ "credentialPickShare", "credentialPickTitle", "credentialShareTitle", - "enterYourSecretCode" + "enterYourSecretCode", + "jwk" ], "es": [ @@ -146,7 +147,8 @@ "credentialPickShare", "credentialPickTitle", "credentialShareTitle", - "enterYourSecretCode" + "enterYourSecretCode", + "jwk" ], "fr": [ @@ -226,6 +228,7 @@ "credentialPickShare", "credentialPickTitle", "credentialShareTitle", - "enterYourSecretCode" + "enterYourSecretCode", + "jwk" ] }