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