From d8ba5e5d57f7b3be908b99e36fd0d30266095fa6 Mon Sep 17 00:00:00 2001 From: Alexandre GV Date: Wed, 25 Dec 2019 09:33:04 +0100 Subject: Clarify "Delete share" action in sharing sidebar - change "Delete share" to "Unshare" - change icon-delete to icon-close Signed-off-by: Alexandre Guiot--Valentin --- apps/files_sharing/src/components/SharingEntryLink.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/files_sharing/src/components/SharingEntryLink.vue') diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index 7b86d9952ec..3c54a3f8aef 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -257,10 +257,10 @@ - {{ t('files_sharing', 'Delete share') }} + {{ t('files_sharing', 'Unshare') }}