aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2024-04-20 22:04:52 +0200
committerJoas Schilling <coding@schilljs.com>2024-09-23 16:09:38 +0200
commite35dca0972ac2c862c3f6f3946517ce9c47e50f8 (patch)
treeb0bd1bce3660975afe561eb8ba829eedd7793bff /apps/files/src
parenta46e951eb578c0b5e6b6d6cbcbb0759d3e84f87f (diff)
downloadnextcloud-server-e35dca0972ac2c862c3f6f3946517ce9c47e50f8.tar.gz
nextcloud-server-e35dca0972ac2c862c3f6f3946517ce9c47e50f8.zip
fix(translations): Changed grammar
[skip-ci] Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Diffstat (limited to 'apps/files/src')
-rw-r--r--apps/files/src/views/favorites.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/src/views/favorites.ts b/apps/files/src/views/favorites.ts
index a57f5593dcb..a57356498bc 100644
--- a/apps/files/src/views/favorites.ts
+++ b/apps/files/src/views/favorites.ts
@@ -46,7 +46,7 @@ export const registerFavoritesView = async () => {
Navigation.register(new View({
id: 'favorites',
name: t('files', 'Favorites'),
- caption: t('files', 'List of favorites files and folders.'),
+ caption: t('files', 'List of favorite files and folders.'),
emptyTitle: t('files', 'No favorites yet'),
emptyCaption: t('files', 'Files and folders you mark as favorite will show up here'),