From 3b3f0f0ed937660a7ed82ad7fbdf2aa43f857a33 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:04:53 +0200 Subject: fix(i18n): Improved grammar Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- apps/files_sharing/src/files_views/publicShare.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_sharing/src') diff --git a/apps/files_sharing/src/files_views/publicShare.ts b/apps/files_sharing/src/files_views/publicShare.ts index 118973f54f5..4f5526bc829 100644 --- a/apps/files_sharing/src/files_views/publicShare.ts +++ b/apps/files_sharing/src/files_views/publicShare.ts @@ -12,7 +12,7 @@ export default () => { const view = new View({ id: 'public-share', name: t('files_sharing', 'Public share'), - caption: t('files_sharing', 'Public shared files.'), + caption: t('files_sharing', 'Publicly shared files.'), emptyTitle: t('files_sharing', 'No files'), emptyCaption: t('files_sharing', 'Files and folders shared with you will show up here'), -- cgit v1.2.3