diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-12-01 00:51:16 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2022-12-08 02:05:03 +0000 |
commit | 9158a7d484c3fa0358f1bdfa502e6b2302ac4878 (patch) | |
tree | 986705b67d73958f2445f5e89bc0ab8f2819c1ed /core/src | |
parent | 02db3b552ef66f5a255f3134351b0c556192d904 (diff) | |
download | nextcloud-server-9158a7d484c3fa0358f1bdfa502e6b2302ac4878.tar.gz nextcloud-server-9158a7d484c3fa0358f1bdfa502e6b2302ac4878.zip |
Improve verbosity of search description
Signed-off-by: Christopher Ng <chrng8@gmail.com>
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 --> |