Merge pull request #25312 from nextcloud/fix/25282/delowercase
do not lower case search provider names on web ui
This commit is contained in:
commit
75300cb26d
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue