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

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
pull/22376/head
Jan C. Borchardt 6 years ago
parent d9b9de6d7d
commit d192854fea
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
  1. 2
      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;
},

Loading…
Cancel
Save