mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Rephrase unified search helper text
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
This commit is contained in:
parent
db3d81a06b
commit
593a2349c1
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,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,
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue