Skip to content

Commit

Permalink
text updated again
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Sep 29, 2023
1 parent 5b67d4c commit 404827a
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ class WalletSecurityView extends StatelessWidget {
),
),
DrawerItem2(
title: l10n.userConsentForIssuerAccess,
subtitle: l10n.userConsentForIssuerAccessSubtitle,
title: l10n.verifyIssuerWebsiteIdentity,
subtitle: l10n.verifyIssuerWebsiteIdentitySubtitle,
trailing: SizedBox(
height: 25,
child: Switch(
Expand All @@ -153,8 +153,8 @@ class WalletSecurityView extends StatelessWidget {
),
),
DrawerItem2(
title: l10n.userConsentForVerifierAccess,
subtitle: l10n.userConsentForVerifierAccessSubtitle,
title: l10n.confirmVerifierAccess,
subtitle: l10n.confirmVerifierAccessSubtitle,
trailing: SizedBox(
height: 25,
child: Switch(
Expand All @@ -171,8 +171,8 @@ class WalletSecurityView extends StatelessWidget {
),
),
DrawerItem2(
title: l10n.userPINCodeForAuthentication,
subtitle: l10n.userPINCodeForAuthenticationSubtitle,
title: l10n.secureAuthenticationWithPINCode,
subtitle: l10n.secureAuthenticationWithPINCodeSubtitle,
trailing: SizedBox(
height: 25,
child: Switch(
Expand Down
12 changes: 6 additions & 6 deletions lib/l10n/arb/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -936,12 +936,12 @@
"authenticationSuccess": "Authentication Success",
"format": "Format",
"pleaseInsertTheSecredCodeReceived": "Please insert the secret code received.",
"userConsentForIssuerAccess": "User consent for issuer access",
"userConsentForIssuerAccessSubtitle": "Default “off”. Set to ”on” if you want the wallet to inform you of the identity of the site issuing the certificate (or its domain name) and ask you for confirmation before accessing it.",
"userConsentForVerifierAccess": "User consent for verifier access",
"userConsentForVerifierAccessSubtitle": "Default ”on”. Set to “off” if you do not want the wallet to ask you for confirmation to access the site which asks you to present your certificates.",
"userPINCodeForAuthentication": "User PIN code for authentication",
"userPINCodeForAuthenticationSubtitle": "Default ”on”. Set to “off to avoid having to validate your PIN code to authenticate with a site. This behavior is not recommended.",
"verifyIssuerWebsiteIdentity": "Verify issuer website identity",
"verifyIssuerWebsiteIdentitySubtitle": "Default: Off\nEnable to verify website identity before access.",
"confirmVerifierAccess": "Confirm verifier access",
"confirmVerifierAccessSubtitle": "Default: On\nDisable to skip confirmation when you share your verifiable credentials.",
"secureAuthenticationWithPINCode": "Secure Authentication with PIN Code",
"secureAuthenticationWithPINCodeSubtitle": "Default: On\nTurn off to skip PIN code for website authentication (not recommended).",
"youcanSelectOnlyXCredential": "You can select only {count} credential(s).",
"@youcanSelectOnlyXCredential": {
"description": "",
Expand Down
48 changes: 24 additions & 24 deletions lib/l10n/untranslated.json
Original file line number Diff line number Diff line change
Expand Up @@ -848,12 +848,12 @@
"authenticationSuccess",
"format",
"pleaseInsertTheSecredCodeReceived",
"userConsentForIssuerAccess",
"userConsentForIssuerAccessSubtitle",
"userConsentForVerifierAccess",
"userConsentForVerifierAccessSubtitle",
"userPINCodeForAuthentication",
"userPINCodeForAuthenticationSubtitle",
"verifyIssuerWebsiteIdentity",
"verifyIssuerWebsiteIdentitySubtitle",
"confirmVerifierAccess",
"confirmVerifierAccessSubtitle",
"secureAuthenticationWithPINCode",
"secureAuthenticationWithPINCodeSubtitle",
"youcanSelectOnlyXCredential",
"theCredentialIsNotReady",
"theCredentialIsNoMoreReady",
Expand Down Expand Up @@ -1724,12 +1724,12 @@
"authenticationSuccess",
"format",
"pleaseInsertTheSecredCodeReceived",
"userConsentForIssuerAccess",
"userConsentForIssuerAccessSubtitle",
"userConsentForVerifierAccess",
"userConsentForVerifierAccessSubtitle",
"userPINCodeForAuthentication",
"userPINCodeForAuthenticationSubtitle",
"verifyIssuerWebsiteIdentity",
"verifyIssuerWebsiteIdentitySubtitle",
"confirmVerifierAccess",
"confirmVerifierAccessSubtitle",
"secureAuthenticationWithPINCode",
"secureAuthenticationWithPINCodeSubtitle",
"youcanSelectOnlyXCredential",
"theCredentialIsNotReady",
"theCredentialIsNoMoreReady",
Expand Down Expand Up @@ -1903,12 +1903,12 @@
"authenticationSuccess",
"format",
"pleaseInsertTheSecredCodeReceived",
"userConsentForIssuerAccess",
"userConsentForIssuerAccessSubtitle",
"userConsentForVerifierAccess",
"userConsentForVerifierAccessSubtitle",
"userPINCodeForAuthentication",
"userPINCodeForAuthenticationSubtitle",
"verifyIssuerWebsiteIdentity",
"verifyIssuerWebsiteIdentitySubtitle",
"confirmVerifierAccess",
"confirmVerifierAccessSubtitle",
"secureAuthenticationWithPINCode",
"secureAuthenticationWithPINCodeSubtitle",
"youcanSelectOnlyXCredential",
"theCredentialIsNotReady",
"theCredentialIsNoMoreReady",
Expand Down Expand Up @@ -2779,12 +2779,12 @@
"authenticationSuccess",
"format",
"pleaseInsertTheSecredCodeReceived",
"userConsentForIssuerAccess",
"userConsentForIssuerAccessSubtitle",
"userConsentForVerifierAccess",
"userConsentForVerifierAccessSubtitle",
"userPINCodeForAuthentication",
"userPINCodeForAuthenticationSubtitle",
"verifyIssuerWebsiteIdentity",
"verifyIssuerWebsiteIdentitySubtitle",
"confirmVerifierAccess",
"confirmVerifierAccessSubtitle",
"secureAuthenticationWithPINCode",
"secureAuthenticationWithPINCodeSubtitle",
"youcanSelectOnlyXCredential",
"theCredentialIsNotReady",
"theCredentialIsNoMoreReady",
Expand Down

0 comments on commit 404827a

Please sign in to comment.