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:
Sascha Wiswedel 2019-12-12 14:41:28 +01:00
parent 2077c74563
commit fb0b94f0c5
No known key found for this signature in database
GPG key ID: DC336C0F05DBA0CD

View file

@ -116,7 +116,7 @@ class Sharing implements ISettings {
],
[
'id' => 'canshare',
'label' => $this->l->t('Share'),
'label' => $this->l->t('Reshare'),
'value' => Constants::PERMISSION_SHARE
],
];