Added notes

This commit is contained in:
Angelo Gallarello 2019-01-02 15:52:58 +01:00
parent 4c399a41f7
commit 12827ef0a6
3 changed files with 13 additions and 0 deletions

View file

@ -56,6 +56,12 @@ template(name="checklistActions")
div.trigger-button.js-add-checklist-items-action.js-goto-rules
i.fa.fa-plus
div.trigger-item
div.trigger-content
div.trigger-text
| {{{_'r-checklist-note'}}}

View file

@ -98,6 +98,11 @@ template(name="boardTriggers")
div.trigger-button.js-add-arch-trigger.js-goto-action
i.fa.fa-plus
div.trigger-item
div.trigger-content
div.trigger-text
| {{{_'r-board-note'}}}
template(name="boardCardTitlePopup")
form
label

View file

@ -622,6 +622,8 @@
"r-swimlane": "in swimlane",
"r-swimlane-name": "swimlane name",
"r-user-name": "username",
"r-board-note": "Note: leave a field empty to match every possible value. ",
"r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
"r-added-to": "added to",
"r-when-a-card-is-moved": "When a card is moved to another list",
"ldap": "LDAP",