mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 06:37:56 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue