From d192854fea5eb3440f19651ea732b245bddbfda9 Mon Sep 17 00:00:00 2001
From: "Jan C. Borchardt" <hey@jancborchardt.net>
Date: Sun, 23 Aug 2020 23:58:38 +0200
Subject: [PATCH] Clarify wording to 'Leave this share', fix #18622

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
---
 apps/files/js/fileactions.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 				},
-- 
GitLab