Clarify wording to 'Leave this share', fix #18622

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan C. Borchardt 2020-08-23 23:58:38 +02:00
parent d9b9de6d7d
commit d192854fea
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with 1 additions and 1 deletions

View File

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