Skip to content

Commit

Permalink
fix: Update decentralised Id page #3055
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Nov 5, 2024
1 parent 5afb380 commit bc3ceb7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class _JWKThumbprintP256KeyPageState extends State<JWKThumbprintP256KeyPage>
mainAxisAlignment: MainAxisAlignment.start,
children: [
Text(
l10n.did,
l10n.jwk,
style: Theme.of(context).textTheme.headlineSmall,
),
const SizedBox(
Expand Down
7 changes: 4 additions & 3 deletions lib/l10n/arb/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
9 changes: 6 additions & 3 deletions lib/l10n/untranslated.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"credentialPickShare",
"credentialPickTitle",
"credentialShareTitle",
"enterYourSecretCode"
"enterYourSecretCode",
"jwk"
],

"es": [
Expand Down Expand Up @@ -146,7 +147,8 @@
"credentialPickShare",
"credentialPickTitle",
"credentialShareTitle",
"enterYourSecretCode"
"enterYourSecretCode",
"jwk"
],

"fr": [
Expand Down Expand Up @@ -226,6 +228,7 @@
"credentialPickShare",
"credentialPickTitle",
"credentialShareTitle",
"enterYourSecretCode"
"enterYourSecretCode",
"jwk"
]
}

0 comments on commit bc3ceb7

Please sign in to comment.