We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f2a5b commit 8add741Copy full SHA for 8add741
services/static-webserver/client/source/class/osparc/share/Collaborators.js
@@ -345,7 +345,7 @@ qx.Class.define("osparc.share.Collaborators", {
345
visibility: Object.keys(this._serializedDataCopy["accessRights"]).includes(myGid.toString()) ? "visible" : "excluded"
346
});
347
leaveButton.addListener("execute", () => {
348
- let msg = this._serializedDataCopy["name"] + " " + this.tr("will no longer be listed.");
+ let msg = `"${this._serializedDataCopy["name"]}" ` + this.tr("will no longer be listed.");
349
if (!osparc.share.CollaboratorsStudy.checkRemoveCollaborator(this._serializedDataCopy, myGid)) {
350
msg += "<br>";
351
msg += this.tr("If you remove yourself, there won't be any other Owners.");
0 commit comments