From: Jan C. Borchardt Date: Sun, 23 Aug 2020 21:58:38 +0000 (+0200) Subject: Clarify wording to 'Leave this share', fix #18622 X-Git-Tag: v20.0.0beta2~20^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d192854fea5eb3440f19651ea732b245bddbfda9;p=nextcloud-server.git Clarify wording to 'Leave this share', fix #18622 Signed-off-by: Jan C. Borchardt --- diff --git a/apps/files/js/fileactions.js b/apps/files/js/fileactions.js index 1f6d5f798a9..cd23336c2b3 100644 --- a/apps/files/js/fileactions.js +++ b/apps/files/js/fileactions.js @@ -701,7 +701,7 @@ if (mountType === 'external-root') { deleteTitle = t('files', 'Disconnect storage'); } else if (mountType === 'shared-root') { - deleteTitle = t('files', 'Unshare'); + deleteTitle = t('files', 'Leave this share'); } return deleteTitle; },