Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(i18n): Improved grammar #48648

Merged
merged 3 commits into from
Oct 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading