mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 04:38:49 +01:00
- Use existing translation of "Back".
Thanks to xet7 !
This commit is contained in:
parent
3a7ae7c5f2
commit
5e9bf61d3f
4 changed files with 6 additions and 9 deletions
|
|
@ -17,6 +17,4 @@ template(name="ruleDetails")
|
||||||
div.rules-back
|
div.rules-back
|
||||||
button.js-goback
|
button.js-goback
|
||||||
i.fa.fa-chevron-left
|
i.fa.fa-chevron-left
|
||||||
| {{{_ 'r-back'}}}
|
| {{{_ 'back'}}}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,4 +26,4 @@ template(name="rulesActions")
|
||||||
div.rules-back
|
div.rules-back
|
||||||
button.js-goback
|
button.js-goback
|
||||||
i.fa.fa-chevron-left
|
i.fa.fa-chevron-left
|
||||||
| {{{_ 'r-back'}}}
|
| {{{_ 'back'}}}
|
||||||
|
|
|
||||||
|
|
@ -22,4 +22,4 @@ template(name="rulesTriggers")
|
||||||
div.rules-back
|
div.rules-back
|
||||||
button.js-goback
|
button.js-goback
|
||||||
i.fa.fa-chevron-left
|
i.fa.fa-chevron-left
|
||||||
| {{{_ 'r-back'}}}
|
| {{{_ 'back'}}}
|
||||||
|
|
|
||||||
|
|
@ -608,10 +608,9 @@
|
||||||
"r-d-add-checklist": "Add checklist",
|
"r-d-add-checklist": "Add checklist",
|
||||||
"r-d-remove-checklist": "Remove checklist",
|
"r-d-remove-checklist": "Remove checklist",
|
||||||
"r-when-a-card-is-moved": "When a card is moved to another list",
|
"r-when-a-card-is-moved": "When a card is moved to another list",
|
||||||
"r-back": "Back",
|
"ldap": "LDAP",
|
||||||
"ldap": "Ldap",
|
"oauth2": "OAuth2",
|
||||||
"oauth2": "Oauth2",
|
"cas": "CAS",
|
||||||
"cas": "Cas",
|
|
||||||
"authentication-method": "Authentication method",
|
"authentication-method": "Authentication method",
|
||||||
"authentication-type": "Authentication type"
|
"authentication-type": "Authentication type"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue