فهرست منبع

This PR add 'Template' label and modify placeholder in template search

helioguardabaxo 4 سال پیش
والد
کامیت
3edafd6c67
2فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 2 0
      client/components/lists/listBody.jade
  2. 1 1
      i18n/en.i18n.json

+ 2 - 0
client/components/lists/listBody.jade

@@ -105,6 +105,8 @@ template(name="searchElementPopup")
         each boards
           option(value="{{_id}}") {{title}}
   form.js-search-term-form
+    label
+      | {{_ 'template'}}
     input(type="text" name="searchTerm" placeholder="{{_ 'search-example'}}" autofocus dir="auto")
   .list-body.search-card-results
     .minicards.clearfix.js-minicards

+ 1 - 1
i18n/en.i18n.json

@@ -465,7 +465,7 @@
   "search": "Search",
   "rules": "Rules",
   "search-cards": "Search from card/list titles, descriptions and custom fields on this board",
-  "search-example": "Text to search for?",
+  "search-example": "Text your search and press Enter",
   "select-color": "Select Color",
   "set-wip-limit-value": "Set a limit for the maximum number of tasks in this list",
   "setWipLimitPopup-title": "Set WIP Limit",