♻️ Update copies in 'check your email'

This commit is contained in:
Luis de Dios 2026-06-11 11:00:41 +02:00
parent 572ee63a89
commit 0542864c22
4 changed files with 15 additions and 3 deletions

View File

@ -110,7 +110,7 @@
[:div {:class (stl/css :auth-form-wrapper :register-success)}
[:div {:class (stl/css :auth-title-wrapper)}
[:h2 {:class (stl/css :auth-title)}
(tr "auth.check-mail")]
(tr "auth.check-email")]
[:div {:class (stl/css :notification-text)} (tr "not-found.login.sent-recovery")]]
[:div {:class (stl/css :notification-text-email)} email]
[:div {:class (stl/css :notification-text)} (tr "not-found.login.sent-recovery-check")]])

View File

@ -234,8 +234,8 @@
[:div {:class (stl/css :auth-form-wrapper :register-success)}
[:div {:class (stl/css :auth-title-wrapper)}
[:h2 {:class (stl/css :auth-title)}
(tr "auth.check-mail")]
[:div {:class (stl/css :notification-text)} (tr "auth.verification-email-sent")]]
(tr "auth.check-email")]
[:div {:class (stl/css :notification-text)} (tr "auth.verification-sent-email")]]
[:div {:class (stl/css :notification-text-email)} email]]))
(mf/defc terms-register*

View File

@ -19,6 +19,9 @@ msgstr "Already have an account?"
msgid "auth.check-mail"
msgstr "Check your email"
msgid "auth.check-email"
msgstr "Check your email!"
#: src/app/main/ui/auth/register.cljs:277
#, unused
msgid "auth.check-your-email"
@ -193,6 +196,9 @@ msgstr ""
msgid "auth.verification-email-sent"
msgstr "We've sent a verification email to"
msgid "auth.verification-sent-email"
msgstr "We've sent a verification email to:"
#: src/app/main/ui/auth/login.cljs:178, src/app/main/ui/auth/recovery_request.cljs:77, src/app/main/ui/auth/register.cljs:168
msgid "auth.work-email"
msgstr "Work email"

View File

@ -19,6 +19,9 @@ msgstr "¿Tienes ya una cuenta?"
msgid "auth.check-mail"
msgstr "Comprueba tu correo"
msgid "auth.check-email"
msgstr "¡Comprueba tu correo!"
#: src/app/main/ui/auth/register.cljs:277
#, unused
msgid "auth.check-your-email"
@ -198,6 +201,9 @@ msgstr ""
msgid "auth.verification-email-sent"
msgstr "Hemos enviado un email de verificación a"
msgid "auth.verification-sent-email"
msgstr "Hemos enviado un email de verificación a:"
#: src/app/main/ui/auth/login.cljs:178, src/app/main/ui/auth/recovery_request.cljs:77, src/app/main/ui/auth/register.cljs:168
msgid "auth.work-email"
msgstr "Correo electrónico"