0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 15:51:37 -05:00

📎 Just wording

This commit is contained in:
elhombretecla 2020-11-13 15:24:51 +01:00 committed by Andrey Antukh
parent a90f3f2176
commit 5f4d1b9e10
2 changed files with 3 additions and 3 deletions

View file

@ -56,7 +56,7 @@
"auth.forgot-password" : {
"used-in" : [ "src/app/main/ui/auth/login.cljs:122" ],
"translations" : {
"en" : "Forgot your password?",
"en" : "Forgot password?",
"fr" : "Mot de passe oublié?",
"ru" : "Забыли пароль?",
"es" : "¿Olvidaste tu contraseña?"
@ -224,7 +224,7 @@
"auth.recovery-request-title" : {
"used-in" : [ "src/app/main/ui/auth/recovery_request.cljs:61" ],
"translations" : {
"en" : "Forgot your password?",
"en" : "Forgot password?",
"fr" : "Vous avez oublié votre mot de passe?",
"ru" : "Забыли пароль?",
"es" : "¿Olvidaste tu contraseña?"

View file

@ -133,4 +133,4 @@
[:span (t locale "auth.create-demo-profile") " "]
[:a {:on-click #(st/emit! da/create-demo-profile)
:tab-index "5"}
(t locale "auth.create-demo-profile")]]]])
(t locale "auth.create-demo-account")]]]])