Browse Source

fix(i18n): Changed grammar

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
rakekniven 1 week ago
parent
commit
7a9792de4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/files/src/views/favorites.ts

+ 1 - 1
apps/files/src/views/favorites.ts

@@ -74,7 +74,7 @@ export default () => {
 	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'),