Skip to content

Commit

Permalink
feat: Add new wordings for did list #2707
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Jul 3, 2024
1 parent 2dd14c5 commit 331bb01
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ class _ManageDidEbsiPageState extends State<ManageDidPage> {
@override
Widget build(BuildContext context) {
final l10n = context.l10n;
final title = widget.didKeyType.getTitle(l10n);
return BasePage(
title: l10n.decentralizedIDKey,
title: title,
titleAlignment: Alignment.topCenter,
scrollView: false,
titleLeading: const BackLeadingButton(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class ManageDidPolygonIdPage extends StatelessWidget {
Widget build(BuildContext context) {
final l10n = context.l10n;
return BasePage(
title: l10n.polygonIdDecentralizedId,
title: l10n.polygonDecentralizedID,
titleAlignment: Alignment.topCenter,
scrollView: false,
titleLeading: const BackLeadingButton(),
Expand Down
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.jwkThumbprintP256Key,
l10n.did,
style: Theme.of(context).textTheme.headlineSmall,
),
const SizedBox(
Expand Down
14 changes: 7 additions & 7 deletions lib/l10n/arb/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -783,10 +783,10 @@
"transactionDoneDialogDescription": "The transfer may take a few minutes to complete",
"withdrawalFailedMessage": "The account withdrawal was unsuccessful",
"credentialRequiredMessage": "You must have the required credentials in your wallet to acquire this card:",
"keyDecentralizedIdEdSA": "Key Decentralized ID EdDSA",
"keyDecentralizedIDSecp256k1": "Key Decentralized ID Secp256k1",
"keyDecentralizedIdEdSA": "did:key EdDSA",
"keyDecentralizedIDSecp256k1": "did:key Secp256k1",
"polygonIdDecentralizedId": "Polygon Decentralized ID",
"ebsiV3DecentralizedId": "EBSI V3 Decentralized ID",
"ebsiV3DecentralizedId": "did:key EBSI V3 P-256",
"requiredCredentialNotFoundTitle": "We are unable to find the credential\nyou need in your wallet.",
"requiredCredentialNotFoundSubTitle": "The required credential is not in your wallet",
"requiredCredentialNotFoundDescription": "Please contact us on :",
Expand All @@ -811,7 +811,7 @@
"livenessCardWhyGetThisCard": "Obtain verifiable proof of humanity, requested by most DeFi, GameFi protocols and Web3 dApps. Once obtained, you can mint a privacy-preserving, non-transferable NFT for on-chain verification without revealing personal data.",
"livenessCardLongDescription": "This credential is a verifiable proof of humanity. Use it to prove you are not a bot when requested by DeFi protocols, Onchain games or Web3 dApps.",
"chat": "Chat",
"polygonDecentralizedID": "Polygon Decentralized ID",
"polygonDecentralizedID": "PolygonID",
"needMnemonicVerificatinoDescription": "You need to verify your wallet seed phrases to protect your assets!",
"succesfullyAuthenticated": "Successfully Authenticated.",
"authenticationFailed": "Authentication Failed.",
Expand Down Expand Up @@ -956,8 +956,8 @@
"moreDetails": "More Details",
"theCredentialOfferIsInvalid": "The credential offer is invalid",
"dateOfRequest": "Date of Request",
"keyDecentralizedIDP256": "Key Decentralized ID P-256",
"jwkDecentralizedIDP256": "JWK Decentralized ID P-256",
"keyDecentralizedIDP256": "did:key P-256",
"jwkDecentralizedIDP256": "JWK Thumbprint P-256",
"defaultDid": "Default DID",
"selectOneOfTheDid": "Select one of the DIDs",
"cryptographicHolderBinding": "Cryptographic Holder Binding",
Expand Down Expand Up @@ -1057,7 +1057,7 @@
"theWalletIsSuspended": "The wallet is suspended.",
"clientTypeTitle": "Wallet Client_id Scheme",
"confidentialClient": "Confidential Client",
"jwkThumbprintP256Key": "JWK Thumbprint P-256 Key",
"jwkThumbprintP256Key": "did:jwk 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

0 comments on commit 331bb01

Please sign in to comment.