From 9158a7d484c3fa0358f1bdfa502e6b2302ac4878 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Thu, 1 Dec 2022 00:51:16 +0000 Subject: Improve verbosity of search description Signed-off-by: Christopher Ng --- core/src/views/UnifiedSearch.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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">

- {{ 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') }}

-- cgit v1.2.3