diff options
author | Sascha Wiswedel <sascha.wiswedel@nextcloud.com> | 2019-12-12 14:41:28 +0100 |
---|---|---|
committer | Sascha Wiswedel <sascha.wiswedel@nextcloud.com> | 2019-12-12 14:41:28 +0100 |
commit | fb0b94f0c5d2c26d8b55fb905a1c537a180a85a8 (patch) | |
tree | 1aa46253aafc589ef4ee118e88ed7f300be24cae /apps | |
parent | 2077c74563607320e8cf3efecc6e9e4183dfa25e (diff) | |
download | nextcloud-server-fb0b94f0c5d2c26d8b55fb905a1c537a180a85a8.tar.gz nextcloud-server-fb0b94f0c5d2c26d8b55fb905a1c537a180a85a8.zip |
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>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/settings/lib/Settings/Admin/Sharing.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/lib/Settings/Admin/Sharing.php b/apps/settings/lib/Settings/Admin/Sharing.php index 02f91c5cd8b..6d0e4496208 100644 --- a/apps/settings/lib/Settings/Admin/Sharing.php +++ b/apps/settings/lib/Settings/Admin/Sharing.php @@ -116,7 +116,7 @@ class Sharing implements ISettings { ], [ 'id' => 'canshare', - 'label' => $this->l->t('Share'), + 'label' => $this->l->t('Reshare'), 'value' => Constants::PERMISSION_SHARE ], ]; |