]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(i18n): Improved grammar
authorrakekniven <2069590+rakekniven@users.noreply.github.com>
Thu, 10 Oct 2024 15:03:01 +0000 (17:03 +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/publicFileShare.ts

index 8da6030a47b7c48d24a3e5b14e575d514bd832ca..caa7f862e57d01546340420383246728a723a39a 100644 (file)
@@ -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'),