Skip to content

Commit df58be4

Browse files
committed
message rephrased
1 parent 4abb9f2 commit df58be4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@ qx.Class.define("osparc.share.CollaboratorsService", {
9393
osparc.store.Services.patchServiceData(this._serializedDataCopy, "accessRights", newAccessRights)
9494
.then(() => {
9595
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.");
96+
const text = this.tr("Service successfully shared.");
9997
osparc.FlashMessenger.getInstance().logAs(text);
10098
this._reloadCollaboratorsList();
10199
})

0 commit comments

Comments
 (0)