0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-03 21:09:00 -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 [:div.fields-row
[:& fm/input {:name :accept-newsletter-subscription [:& fm/input {:name :accept-newsletter-subscription
:class "check-primary" :class "check-primary"
:label (tr "auth.terms-privacy-agreement") :label (tr "auth.newsletter-subscription")
:type "checkbox"}]]) :type "checkbox"}]])
[:& fm/submit-button [:& fm/submit-button
@ -233,7 +233,6 @@
(mf/defc register-validate-page (mf/defc register-validate-page
[{:keys [params] :as props}] [{:keys [params] :as props}]
(prn "register-validate-page" params)
[:div.form-container [:div.form-container
[:h1 (tr "auth.register-title")] [:h1 (tr "auth.register-title")]
[:div.subtitle (tr "auth.register-subtitle")] [: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 " "When creating a new account, you agree to our terms of service and privacy "
"policy." "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 #: src/app/main/ui/auth/register.cljs
msgid "auth.verification-email-sent" msgid "auth.verification-email-sent"
msgstr "We've sent a verification email to" 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 " "Al crear una nueva cuenta, aceptas nuestros términos de servicio y política "
"de privacidad." "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 #: src/app/main/ui/auth/register.cljs
msgid "auth.verification-email-sent" msgid "auth.verification-email-sent"
msgstr "Hemos enviado un email de verificación a" msgstr "Hemos enviado un email de verificación a"