mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
This PR add 'Template' label and modify placeholder in template search
This commit is contained in:
parent
67a58daaf3
commit
3edafd6c67
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue