Improve verbosity of search description

Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Christopher Ng 2022-12-01 00:51:16 +00:00
parent 02db3b552e
commit 9158a7d484
3 changed files with 4 additions and 4 deletions

View file

@ -55,7 +55,7 @@
@input="onInputDebounced"
@keypress.enter.prevent.stop="onInputEnter">
<p id="unified-search-desc" class="hidden-visually">
{{ t('core', 'Search starts once you start typing') }}
{{ t('core', 'Search starts once you start typing and results may be reached with the arrow keys') }}
</p>
<!-- Reset search button -->

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long