diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2024-10-10 17:03:01 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-10-11 20:10:45 +0200 |
commit | 7ed71dda49575f6aebd6a7976dceefc4af158051 (patch) | |
tree | 6f6d248caaa833d3bb995bf0bd398d8a92a38eba | |
parent | 205af7975190a84829219a660755cd45bb0799e5 (diff) | |
download | nextcloud-server-7ed71dda49575f6aebd6a7976dceefc4af158051.tar.gz nextcloud-server-7ed71dda49575f6aebd6a7976dceefc4af158051.zip |
fix(i18n): Improved grammar
Reported at Transifex
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
-rw-r--r-- | apps/files_sharing/src/files_views/publicFileShare.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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'), |