Merge pull request #48648 from nextcloud/rakekniven-patch-1

fix(i18n): Improved grammar
This commit is contained in:
Ferdinand Thiessen 2024-10-12 18:08:44 +02:00 committed by GitHub
commit 03d553f691
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View 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'),

View 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'),

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long