mirror of
https://github.com/penpot/penpot.git
synced 2026-06-20 06:12:04 +00:00
♻️ Update copies in 'check your email'
This commit is contained in:
parent
572ee63a89
commit
0542864c22
@ -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")]])
|
||||
|
||||
@ -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*
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user