Update placeholder text of the searchbar

The placeholder text of the searchbar, "Click here for filters",
makes users unaware that they could also do full text search.
It was suggested to change it to
"Click here for filters or full text search"

Translation of the text needs to be updated via
https://translate.openstack.org

Change-Id: I20b09d7f8c838b333132abdc899418246261eed5
Signed-off-by: Trinh Nguyen <dangtrinhnt@gmail.com>
Story: #1633532
Task: #25263
This commit is contained in:
Trinh Nguyen 2018-09-11 19:46:38 +09:00
parent b8524fb4c0
commit 6066811d43
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@
// if filterStrings is not defined, set defaults
var defaultFilterStrings = {
cancel: gettext('Cancel'),
prompt: gettext('Click here for filters.'),
prompt: gettext('Click here for filters or full text search.'),
remove: gettext('Remove'),
text: scope.clientFullTextSearch
? gettext('Search in current results')