mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Signed-off-by: Andreas Hechenberger <world@greenstation.de>
This commit is contained in:
parent
e48fa1c337
commit
09c4fe6d62
1 changed files with 3 additions and 3 deletions
|
|
@ -172,9 +172,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'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue