mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
📎 Minor changes on register page.
This commit is contained in:
parent
e13cfad9da
commit
1376c26def
3 changed files with 9 additions and 2 deletions
|
@ -223,7 +223,7 @@
|
|||
[:div.fields-row
|
||||
[:& fm/input {:name :accept-newsletter-subscription
|
||||
:class "check-primary"
|
||||
:label (tr "auth.terms-privacy-agreement")
|
||||
:label (tr "auth.newsletter-subscription")
|
||||
:type "checkbox"}]])
|
||||
|
||||
[:& fm/submit-button
|
||||
|
@ -233,7 +233,6 @@
|
|||
|
||||
(mf/defc register-validate-page
|
||||
[{:keys [params] :as props}]
|
||||
(prn "register-validate-page" params)
|
||||
[:div.form-container
|
||||
[:h1 (tr "auth.register-title")]
|
||||
[:div.subtitle (tr "auth.register-subtitle")]
|
||||
|
|
|
@ -159,6 +159,10 @@ msgstr ""
|
|||
"When creating a new account, you agree to our terms of service and privacy "
|
||||
"policy."
|
||||
|
||||
#: src/app/main/ui/auth/register.cljs
|
||||
msgid "auth.newsletter-subscription"
|
||||
msgstr "I agree to subscribe to the Penpot mailing list."
|
||||
|
||||
#: src/app/main/ui/auth/register.cljs
|
||||
msgid "auth.verification-email-sent"
|
||||
msgstr "We've sent a verification email to"
|
||||
|
|
|
@ -163,6 +163,10 @@ msgstr ""
|
|||
"Al crear una nueva cuenta, aceptas nuestros términos de servicio y política "
|
||||
"de privacidad."
|
||||
|
||||
#: src/app/main/ui/auth/register.cljs
|
||||
msgid "auth.newsletter-subscription"
|
||||
msgstr "Estoy de acuerdo en suscribirme a la lista de correo de Penpot"
|
||||
|
||||
#: src/app/main/ui/auth/register.cljs
|
||||
msgid "auth.verification-email-sent"
|
||||
msgstr "Hemos enviado un email de verificación a"
|
||||
|
|
Loading…
Reference in a new issue