Skip to content
Snippets Groups Projects
Unverified Commit da327ebf authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

do not lower case search provider names on web ui

parent b98860ee
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
class="unified-search__form-input" class="unified-search__form-input"
type="search" type="search"
:class="{'unified-search__form-input--with-reset': !!query}" :class="{'unified-search__form-input--with-reset': !!query}"
:placeholder="t('core', 'Search {types} …', { types: typesNames.join(', ').toLowerCase() })" :placeholder="t('core', 'Search {types} …', { types: typesNames.join(', ') })"
@input="onInputDebounced" @input="onInputDebounced"
@keypress.enter.prevent.stop="onInputEnter"> @keypress.enter.prevent.stop="onInputEnter">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment