Ver código fonte

fix(i18n): Changed grammar

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
rakekniven 3 semanas atrás
pai
commit
7a9792de4b
1 arquivos alterados com 1 adições e 1 exclusões
  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'),