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 4abb9f2 commit df58be4Copy full SHA for df58be4
services/static-webserver/client/source/class/osparc/share/CollaboratorsService.js
@@ -93,9 +93,7 @@ qx.Class.define("osparc.share.CollaboratorsService", {
93
osparc.store.Services.patchServiceData(this._serializedDataCopy, "accessRights", newAccessRights)
94
.then(() => {
95
this.fireDataEvent("updateAccessRights", this._serializedDataCopy);
96
- let text = this.tr("Editor(s) successfully added.");
97
- text += "<br>";
98
- text += this.tr("The user will not get notified.");
+ const text = this.tr("Service successfully shared.");
99
osparc.FlashMessenger.getInstance().logAs(text);
100
this._reloadCollaboratorsList();
101
})
0 commit comments