diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-12-01 00:51:16 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2022-12-13 01:07:17 +0000 |
commit | de64b3b2a09943ff770fb5c824d92f2c6c2301b5 (patch) | |
tree | 876518580ba5183bd118e521a510b5c1aabfdb61 /core | |
parent | b6e7b3ba9076aebd2d00f9aee17f1e492d459053 (diff) | |
download | nextcloud-server-de64b3b2a09943ff770fb5c824d92f2c6c2301b5.tar.gz nextcloud-server-de64b3b2a09943ff770fb5c824d92f2c6c2301b5.zip |
Improve verbosity of search description
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core')
-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 --> |