From: fenn-cs Date: Mon, 11 Dec 2023 21:24:32 +0000 (+0100) Subject: Rephrase unified search helper text X-Git-Tag: v29.0.0beta1~658^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bf234f6acc6f57a8018b77117790737b4c8b1a14;p=nextcloud-server.git Rephrase unified search helper text Signed-off-by: fenn-cs --- diff --git a/core/src/views/UnifiedSearchModal.vue b/core/src/views/UnifiedSearchModal.vue index ca314fa2673..500ed8ebf26 100644 --- a/core/src/views/UnifiedSearchModal.vue +++ b/core/src/views/UnifiedSearchModal.vue @@ -217,7 +217,7 @@ export default { return { show: isEmptySearch || hasNoResults, - text: this.searching && hasNoResults ? t('core', 'Searching …') : (isEmptySearch ? t('core', 'Start typing in search') : t('core', 'No matching results')), + text: this.searching && hasNoResults ? t('core', 'Searching …') : (isEmptySearch ? t('core', 'Start typing to search') : t('core', 'No matching results')), icon: MagnifyIcon, } },