mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #48648 from nextcloud/rakekniven-patch-1
fix(i18n): Improved grammar
This commit is contained in:
commit
03d553f691
4 changed files with 5 additions and 5 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
|
|
@ -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'),
|
||||
|
|
|
|||
4
dist/files_sharing-init-public.js
vendored
4
dist/files_sharing-init-public.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-init-public.js.map
vendored
2
dist/files_sharing-init-public.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue