From 7ed71dda49575f6aebd6a7976dceefc4af158051 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:03:01 +0200 Subject: [PATCH] fix(i18n): Improved grammar Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- apps/files_sharing/src/files_views/publicFileShare.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_sharing/src/files_views/publicFileShare.ts b/apps/files_sharing/src/files_views/publicFileShare.ts index 8da6030a47b..caa7f862e57 100644 --- a/apps/files_sharing/src/files_views/publicFileShare.ts +++ b/apps/files_sharing/src/files_views/publicFileShare.ts @@ -15,7 +15,7 @@ export default () => { const view = new View({ id: 'public-file-share', name: t('files_sharing', 'Public file share'), - caption: t('files_sharing', 'Public shared file.'), + caption: t('files_sharing', 'Publicly shared file.'), emptyTitle: t('files_sharing', 'No file'), emptyCaption: t('files_sharing', 'The file shared with you will show up here'), -- 2.39.5