From 854caedf43d7f44d604b7c1820edfc440c424af9 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Sat, 20 Apr 2024 22:04:52 +0200 Subject: [PATCH] fix(translations): Changed grammar Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- apps/files/src/views/favorites.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files/src/views/favorites.ts b/apps/files/src/views/favorites.ts index c6846724bba..8d561b4f5b8 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'),