summaryrefslogtreecommitdiffstats
path: root/apps/files/js
diff options
context:
space:
mode:
authorJan C. Borchardt <hey@jancborchardt.net>2020-08-23 23:58:38 +0200
committerJan C. Borchardt <hey@jancborchardt.net>2020-08-23 23:58:38 +0200
commitd192854fea5eb3440f19651ea732b245bddbfda9 (patch)
treefb87af3e7c60fd712297fbb75f998d3031c51dd1 /apps/files/js
parentd9b9de6d7dce51e0511d3b99e2f2b6d0f72cb3d4 (diff)
downloadnextcloud-server-d192854fea5eb3440f19651ea732b245bddbfda9.tar.gz
nextcloud-server-d192854fea5eb3440f19651ea732b245bddbfda9.zip
Clarify wording to 'Leave this share', fix #18622
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files/js')
-rw-r--r--apps/files/js/fileactions.js2
1 files changed, 1 insertions, 1 deletions
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;
},