]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(i18n): Improved grammar
authorrakekniven <2069590+rakekniven@users.noreply.github.com>
Thu, 10 Oct 2024 15:04:53 +0000 (17:04 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Fri, 11 Oct 2024 18:10:45 +0000 (20:10 +0200)
Reported at Transifex

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
apps/files_sharing/src/files_views/publicShare.ts

index 118973f54f5178768eeb4dc22a22e0295db25c5f..4f5526bc82995f72b7d0361f4d76d12c9f4a5840 100644 (file)
@@ -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'),