]> source.dussan.org Git - nextcloud-server.git/commitdiff
Rephrase unified search helper text
authorfenn-cs <fenn25.fn@gmail.com>
Mon, 11 Dec 2023 21:24:32 +0000 (22:24 +0100)
committerfenn-cs <fenn25.fn@gmail.com>
Tue, 12 Dec 2023 20:24:52 +0000 (21:24 +0100)
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
core/src/views/UnifiedSearchModal.vue

index ca314fa2673dcc6b0cf2e77864f4c18fc366a4f1..500ed8ebf265f744f5fc0bd1b09205c362d4a15c 100644 (file)
@@ -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,
                                }
                        },