From fb0b94f0c5d2c26d8b55fb905a1c537a180a85a8 Mon Sep 17 00:00:00 2001 From: Sascha Wiswedel Date: Thu, 12 Dec 2019 14:41:28 +0100 Subject: clarified default permission setting string The permission is actually about re-sharing, not about sharing after all Signed-off-by: Sascha Wiswedel --- apps/settings/lib/Settings/Admin/Sharing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/settings') 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 ], ]; -- cgit v1.2.3