diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2016-11-03 11:50:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-03 11:50:29 +0100 |
commit | e11197bc4872f2ada4740736969f4c96e24ea229 (patch) | |
tree | 80d7998e50b19d844df859dcb8666d7f876a9a87 /core | |
parent | f697c594a0bc0770715da2a747b0ced39644e9fd (diff) | |
parent | 09c4fe6d62b04264cb2eb648ecf30d4f91f9be86 (diff) | |
download | nextcloud-server-e11197bc4872f2ada4740736969f4c96e24ea229.tar.gz nextcloud-server-e11197bc4872f2ada4740736969f4c96e24ea229.zip |
Merge pull request #1954 from nextcloud/issue_#1953
#1953 add can to subshare options
Diffstat (limited to 'core')
-rw-r--r-- | core/js/sharedialogshareelistview.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/js/sharedialogshareelistview.js b/core/js/sharedialogshareelistview.js index f532d27c4b6..3a72ab7266d 100644 --- a/core/js/sharedialogshareelistview.js +++ b/core/js/sharedialogshareelistview.js @@ -191,9 +191,9 @@ unshareLabel: t('core', 'Unshare'), canShareLabel: t('core', 'can reshare'), canEditLabel: t('core', 'can edit'), - createPermissionLabel: t('core', 'create'), - updatePermissionLabel: t('core', 'change'), - deletePermissionLabel: t('core', 'delete'), + createPermissionLabel: t('core', 'can create'), + updatePermissionLabel: t('core', 'can change'), + deletePermissionLabel: t('core', 'can delete'), crudsLabel: t('core', 'access control'), triangleSImage: OC.imagePath('core', 'actions/triangle-s'), isResharingAllowed: this.configModel.get('isResharingAllowed'), |