Add a share icon in the drive when displaying a shared folder

This commit is contained in:
yflory
2018-07-17 16:38:20 +02:00
parent 6143bceabb
commit 08005a709e
4 changed files with 56 additions and 1 deletions

View File

@@ -1210,6 +1210,7 @@ define(function () {
out.sharedFolders_create_name = "Folder name";
out.sharedFolders_create_owned = "Owned folder";
out.sharedFolders_create_password = "Folder password";
out.sharedFolders_share = "Share this URL with other registered users to give them access to the shared folder. Once they open this URL, the shared folder will be added to the root directory of their CryptDrive.";
return out;
});