]> source.dussan.org Git - nextcloud-server.git/commitdiff
Clarify wording to 'Leave this share', fix #18622
authorJan C. Borchardt <hey@jancborchardt.net>
Sun, 23 Aug 2020 21:58:38 +0000 (23:58 +0200)
committerJan C. Borchardt <hey@jancborchardt.net>
Sun, 23 Aug 2020 21:58:38 +0000 (23:58 +0200)
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
apps/files/js/fileactions.js

index 1f6d5f798a929f1145e934e0e341801c285e045b..cd23336c2b32c9493a2659531a36a1c9499acf35 100644 (file)
                                        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;
                                },