0
Fork 0
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:
Andrey Antukh 2021-07-05 11:46:40 +02:00
parent e13cfad9da
commit 1376c26def
3 changed files with 9 additions and 2 deletions

View file

@ -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")]

View file

@ -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"

View file

@ -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"