mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 07:41:43 -05:00
📎 Just wording
This commit is contained in:
parent
a90f3f2176
commit
5f4d1b9e10
2 changed files with 3 additions and 3 deletions
|
@ -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?"
|
||||
|
|
|
@ -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")]]]])
|
Loading…
Add table
Reference in a new issue