File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{{ if or .Site.Params.gcs_engine_id .Site.Params.algolia_docsearch }}
2
- < input type ="search " class ="form-control td-search-input " placeholder =" {{ T "ui_search " }}" aria-label="{{ T "ui_search " }}" autocomplete="off ">
2
+ < input type ="search " class ="form-control td-search-input " placeholder =" {{ T "ui_search_placeholder " }}" aria-label="{{ T "ui_search_placeholder " }}" autocomplete="off ">
3
3
{{ else if .Site.Params.offlineSearch }}
4
4
< div id ="search-nav-container ">
5
- < input type ="search " id ="search-input " autocomplete ="off " class ="form-control td-search-input " placeholder =" {{ T "ui_search " }}" autocomplete="on ">
5
+ < input type ="search " id ="search-input " autocomplete ="off " class ="form-control td-search-input " placeholder =" {{ T "ui_search_placeholder " }}" autocomplete="on ">
6
6
< div id ="search-results " class ="container "> </ div >
7
7
</ div >
8
8
{{ else if .Site.Params.k8s_search }}
9
- < input type ="search " class ="form-control td-search-input " name ="q " placeholder =" {{ T "ui_search " }}" aria-label="{{ T "ui_search " }}" autocomplete="off ">
9
+ < input type ="search " class ="form-control td-search-input " name ="q " placeholder =" {{ T "ui_search_placeholder " }}" aria-label="{{ T "ui_search_placeholder " }}" autocomplete="off ">
10
10
{{ end }}
You can’t perform that action at this time.
0 commit comments