Skip to content

Commit

Permalink
feat(mon-pix): add validation code duration
Browse files Browse the repository at this point in the history
  • Loading branch information
theotime2005 committed Feb 12, 2025
1 parent e7d439d commit 79b141d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<div class="email-verification-code">
<p class="email-verification-code__description">{{t "pages.user-account.email-verification.description"}}</p>
<p class="email-verification-code__email">{{@email}}</p>
<br />
<p>{{t "pages.user-account.email-verification.timeCodeValidation"}}</p>
<div class="email-verification-code__input-code">
<PixInputCode
@ariaLabel={{t "pages.user-account.email-verification.code-label"}}
Expand Down
1 change: 1 addition & 0 deletions mon-pix/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2099,6 +2099,7 @@
"unknown-error": "An error has occurred. Please try again or contact the support."
},
"send-back-the-code": "Send the code again",
"timeCodeValidation": "The code received is valid for 10 minutes",
"title": "Verify your email address",
"update-successful": "Your email address has been changed!"
},
Expand Down
1 change: 1 addition & 0 deletions mon-pix/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -2181,6 +2181,7 @@
"unknown-error": "Se ha producido un error. Vuelve a intentarlo o ponte en contacto con el servicio de asistencia."
},
"send-back-the-code": "volver a enviarme el código",
"timeCodeValidation": "El código recibido es válido durante 10 minutos",
"title": "Comprobación de tu dirección de correo electrónico",
"update-successful": "Tu dirección de correo electrónico ha sido modificada."
},
Expand Down
1 change: 1 addition & 0 deletions mon-pix/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2100,6 +2100,7 @@
"unknown-error": "Une erreur est survenue. Veuillez recommencer ou contacter le support."
},
"send-back-the-code": "me renvoyer le code",
"timeCodeValidation": "Le code reçu est valide pendant 10 minutes",
"title": "Vérification de votre adresse e-mail",
"update-successful": "Votre adresse e-mail a été changée !"
},
Expand Down
1 change: 1 addition & 0 deletions mon-pix/translations/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -2182,6 +2182,7 @@
"unknown-error": "Er is een fout opgetreden. Probeer het opnieuw of neem contact op met de klantenservice."
},
"send-back-the-code": "stuur me de code",
"timeCodeValidation": "De ontvangen code is 10 minuten geldig",
"title": "Je e-mailadres controleren",
"update-successful": "Je e-mailadres is gewijzigd!"
},
Expand Down

0 comments on commit 79b141d

Please sign in to comment.