Angelo Gallarello преди 6 години
родител
ревизия
12827ef0a6
променени са 3 файла, в които са добавени 13 реда и са изтрити 0 реда
  1. 6 0
      client/components/rules/actions/checklistActions.jade
  2. 5 0
      client/components/rules/triggers/boardTriggers.jade
  3. 2 0
      i18n/en.i18n.json

+ 6 - 0
client/components/rules/actions/checklistActions.jade

@@ -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'}}}
+
+
 
    
   

+ 5 - 0
client/components/rules/triggers/boardTriggers.jade

@@ -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

+ 2 - 0
i18n/en.i18n.json

@@ -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",