Skip to content

Commit 03d553f

Browse files
authored
Merge pull request #48648 from nextcloud/rakekniven-patch-1
fix(i18n): Improved grammar
2 parents 0c27824 + 7d3761a commit 03d553f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

apps/files_sharing/src/files_views/publicFileShare.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default () => {
1515
const view = new View({
1616
id: 'public-file-share',
1717
name: t('files_sharing', 'Public file share'),
18-
caption: t('files_sharing', 'Public shared file.'),
18+
caption: t('files_sharing', 'Publicly shared file.'),
1919

2020
emptyTitle: t('files_sharing', 'No file'),
2121
emptyCaption: t('files_sharing', 'The file shared with you will show up here'),

apps/files_sharing/src/files_views/publicShare.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default () => {
1212
const view = new View({
1313
id: 'public-share',
1414
name: t('files_sharing', 'Public share'),
15-
caption: t('files_sharing', 'Public shared files.'),
15+
caption: t('files_sharing', 'Publicly shared files.'),
1616

1717
emptyTitle: t('files_sharing', 'No files'),
1818
emptyCaption: t('files_sharing', 'Files and folders shared with you will show up here'),

dist/files_sharing-init-public.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files_sharing-init-public.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)