Clarify wording to 'Leave this share', fix #18622
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
d9b9de6d7d
commit
d192854fea
|
@ -701,7 +701,7 @@
|
||||||
if (mountType === 'external-root') {
|
if (mountType === 'external-root') {
|
||||||
deleteTitle = t('files', 'Disconnect storage');
|
deleteTitle = t('files', 'Disconnect storage');
|
||||||
} else if (mountType === 'shared-root') {
|
} else if (mountType === 'shared-root') {
|
||||||
deleteTitle = t('files', 'Unshare');
|
deleteTitle = t('files', 'Leave this share');
|
||||||
}
|
}
|
||||||
return deleteTitle;
|
return deleteTitle;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue