diff options
author | Simon L <szaimen@e.mail.de> | 2023-04-17 16:06:15 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-04-17 16:03:25 +0000 |
commit | c4ab4018cfed5e825425bdfdc41438e46f4cbd6c (patch) | |
tree | 28953027e2fee6a81df2632939c2ee5ba22f5d2f /core | |
parent | e63720b7140d15cd4c0b080c57c226d9a2dda8a6 (diff) | |
download | nextcloud-server-c4ab4018cfed5e825425bdfdc41438e46f4cbd6c.tar.gz nextcloud-server-c4ab4018cfed5e825425bdfdc41438e46f4cbd6c.zip |
l10n: Change to a capital letter
Signed-off-by: Simon L <szaimen@e.mail.de>
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 b5002d0dfc3..19ea68654ad 100644 --- a/core/src/views/UnifiedSearch.vue +++ b/core/src/views/UnifiedSearch.vue @@ -293,7 +293,7 @@ export default { validQueryTitle() { return this.triggered ? t('core', 'No results for {query}', { query: this.query }) - : t('core', 'Press enter to start searching') + : t('core', 'Press Enter to start searching') }, /** |