Skip to content

Commit

Permalink
feat: update login text (openwallet-foundation#1416)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Lippa <[email protected]>
  • Loading branch information
LippaC-OPS authored Jan 30, 2025
1 parent c7903a4 commit 03a754f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/legacy/core/App/localization/en/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ const translation = {
},
"PINEnter": {
"Title": "Welcome back",
"SubText": "Enter your wallet PIN to sign-in",
"SubText": "Sign-in to access your wallet.",
"EnterPIN": "Enter your wallet PIN",
"Unlock": "Unlock",
"Or": "Or",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/core/App/localization/fr/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ const translation = {
},
"PINEnter": {
"Title": "Content de te revoir",
"SubText": "Entrez le code PIN de votre portefeuille pour vous connecter",
"SubText": "Connectez-vous pour accéder à votre portefeuille.",
"EnterPIN": "Veuillez saisir votre NIP",
"Unlock": "Déverrouiller",
"Or": "Ou",
Expand Down
1 change: 1 addition & 0 deletions packages/legacy/core/App/localization/pt-br/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ const translation = {
},
"PINEnter": {
"EnterPIN": "Digitar PIN",
"SubText": "Faça login para acessar sua carteira.",
"Unlock": "Destravar",
"Or": "Ou",
"BiometricsUnlock": "Destravar com Biometria",
Expand Down

0 comments on commit 03a754f

Please sign in to comment.