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