diff options
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/views/UnifiedSearch.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/views/UnifiedSearch.vue b/core/src/views/UnifiedSearch.vue index 49830700a37..398ba626564 100644 --- a/core/src/views/UnifiedSearch.vue +++ b/core/src/views/UnifiedSearch.vue @@ -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 --> |