diff --git a/frontend/src/app/main/ui/auth.cljs b/frontend/src/app/main/ui/auth.cljs index 3b00adacb..a3e55fad9 100644 --- a/frontend/src/app/main/ui/auth.cljs +++ b/frontend/src/app/main/ui/auth.cljs @@ -25,13 +25,13 @@ (when show-all? [:div.terms-login (when show-terms? - [:a {:href cf/terms-of-service-uri :target "_blank"} "Terms of service"]) + [:a {:href cf/terms-of-service-uri :target "_blank"} (tr "auth.terms-of-service")]) (when show-all? - [:span "and"]) + [:span (tr "auth.and")]) (when show-privacy? - [:a {:href cf/privacy-policy-uri :target "_blank"} "Privacy policy"])]))) + [:a {:href cf/privacy-policy-uri :target "_blank"} (tr "auth.privacy-policy")])]))) (mf/defc auth [{:keys [route] :as props}] diff --git a/frontend/translations/en.po b/frontend/translations/en.po index b64a03e6d..0282446f1 100644 --- a/frontend/translations/en.po +++ b/frontend/translations/en.po @@ -117,6 +117,9 @@ msgstr "Password" msgid "auth.password-length-hint" msgstr "At least 8 characters" +msgid "auth.and" +msgstr "and" + msgid "auth.privacy-policy" msgstr "Privacy policy" diff --git a/frontend/translations/es.po b/frontend/translations/es.po index d19e48300..2ccfefcfe 100644 --- a/frontend/translations/es.po +++ b/frontend/translations/es.po @@ -121,6 +121,9 @@ msgstr "Contraseña" msgid "auth.password-length-hint" msgstr "8 caracteres como mínimo" +msgid "auth.and" +msgstr "y" + msgid "auth.privacy-policy" msgstr "Política de privacidad" @@ -161,7 +164,7 @@ msgid "auth.sidebar-tagline" msgstr "La solución de código abierto para diseñar y prototipar" msgid "auth.terms-of-service" -msgstr "Terminos de servicio" +msgstr "Términos de servicio" #: src/app/main/ui/auth/register.cljs msgid "auth.terms-privacy-agreement"