]> source.dussan.org Git - nextcloud-server.git/commitdiff
Link 'Allow editing' => 'Allow upload and editing' 1115/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Sun, 28 Aug 2016 19:50:31 +0000 (21:50 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Sun, 28 Aug 2016 19:50:31 +0000 (21:50 +0200)
Fixes #146

core/js/sharedialoglinkshareview.js

index 83bf7979000313c4c0ca76ba93258febe25effbd..1d6a0f03d4da91753c54189c3e3e79fafc739987 100644 (file)
                                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'),