Merge pull request #1115 from nextcloud/fix_146

Link 'Allow editing' => 'Allow upload and editing'
This commit is contained in:
Christoph Wurst 2016-08-29 19:48:51 +02:00 committed by GitHub
commit 907e832de4
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@
publicUpload: publicUpload && isLinkShare,
publicUploadChecked: publicUploadChecked,
hideFileListChecked: hideFileListChecked,
publicUploadLabel: t('core', 'Allow editing'),
publicUploadLabel: t('core', 'Allow upload and editing'),
hideFileListLabel: t('core', 'Hide file listing'),
mailPublicNotificationEnabled: isLinkShare && this.configModel.isMailPublicNotificationEnabled(),
mailPrivatePlaceholder: t('core', 'Email link to person'),