mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
clarified default permission setting string
The permission is actually about re-sharing, not about sharing after all Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
This commit is contained in:
parent
2077c74563
commit
fb0b94f0c5
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ class Sharing implements ISettings {
|
|||
],
|
||||
[
|
||||
'id' => 'canshare',
|
||||
'label' => $this->l->t('Share'),
|
||||
'label' => $this->l->t('Reshare'),
|
||||
'value' => Constants::PERMISSION_SHARE
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue