Browse Source
rename secure drop back to files drop because of name collision with securedrop.org
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
pull/4943/head
Bjoern Schiessle
9 years ago
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
2 changed files with
2 additions and
2 deletions
-
core/js/sharedialoglinkshareview.js
-
core/js/sharedialogshareelistview.js
|
|
|
@ -441,7 +441,7 @@ |
|
|
|
popoverMenu: popover, |
|
|
|
publicUploadRWLabel: t('core', 'Allow upload and editing'), |
|
|
|
publicUploadRLabel: t('core', 'Read only'), |
|
|
|
publicUploadWLabel: t('core', 'Secure drop (upload only)'), |
|
|
|
publicUploadWLabel: t('core', 'File drop (upload only)'), |
|
|
|
publicUploadRWValue: OC.PERMISSION_UPDATE | OC.PERMISSION_CREATE | OC.PERMISSION_READ | OC.PERMISSION_DELETE, |
|
|
|
publicUploadRValue: OC.PERMISSION_READ, |
|
|
|
publicUploadWValue: OC.PERMISSION_CREATE, |
|
|
|
|
|
|
|
@ -262,7 +262,7 @@ |
|
|
|
createPermissionLabel: t('core', 'Can create'), |
|
|
|
updatePermissionLabel: t('core', 'Can change'), |
|
|
|
deletePermissionLabel: t('core', 'Can delete'), |
|
|
|
secureDropLabel: t('core', 'Secure drop (upload only)'), |
|
|
|
secureDropLabel: t('core', 'File drop (upload only)'), |
|
|
|
expireDateLabel: t('core', 'Set expiration date'), |
|
|
|
passwordLabel: t('core', 'Password protect'), |
|
|
|
crudsLabel: t('core', 'Access control'), |
|
|
|
|