Skip to content

Commit 8add741

Browse files
committed
minor
1 parent d1f2a5b commit 8add741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/share/Collaborators.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ qx.Class.define("osparc.share.Collaborators", {
345345
visibility: Object.keys(this._serializedDataCopy["accessRights"]).includes(myGid.toString()) ? "visible" : "excluded"
346346
});
347347
leaveButton.addListener("execute", () => {
348-
let msg = this._serializedDataCopy["name"] + " " + this.tr("will no longer be listed.");
348+
let msg = `"${this._serializedDataCopy["name"]}" ` + this.tr("will no longer be listed.");
349349
if (!osparc.share.CollaboratorsStudy.checkRemoveCollaborator(this._serializedDataCopy, myGid)) {
350350
msg += "<br>";
351351
msg += this.tr("If you remove yourself, there won't be any other Owners.");

0 commit comments

Comments
 (0)