Skip to content

Commit b51d40c

Browse files
committed
Improve verbosity of search description
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 parent 8434259 commit b51d40c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/src/views/UnifiedSearch.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
@input="onInputDebounced"
5656
@keypress.enter.prevent.stop="onInputEnter">
5757
<p id="unified-search-desc" class="hidden-visually">
58-
{{ t('core', 'Search starts once you start typing') }}
58+
{{ t('core', 'Search starts once you start typing and results may be reached with the arrow keys') }}
5959
</p>
6060

6161
<!-- Reset search button -->

dist/core-unified-search.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core-unified-search.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)