Skip to content

Commit

Permalink
Merge pull request #48648 from nextcloud/rakekniven-patch-1
Browse files Browse the repository at this point in the history
fix(i18n): Improved grammar
  • Loading branch information
susnux authored Oct 12, 2024
2 parents 0c27824 + 7d3761a commit 03d553f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/files_sharing/src/files_views/publicFileShare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down
2 changes: 1 addition & 1 deletion apps/files_sharing/src/files_views/publicShare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down
4 changes: 2 additions & 2 deletions dist/files_sharing-init-public.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files_sharing-init-public.js.map

Large diffs are not rendered by default.

0 comments on commit 03d553f

Please sign in to comment.