diff options
-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'), |