Skip to content

Commit 2013487

Browse files
committed
rephrases
1 parent baa78bc commit 2013487

File tree

1 file changed

+2
-2
lines changed
  • services/static-webserver/client/source/class/osparc/desktop/preferences/pages

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/desktop/preferences/pages/ClustersPage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,12 +488,12 @@ qx.Class.define("osparc.desktop.preferences.pages.ClustersPage", {
488488
};
489489
osparc.data.Resources.fetch("clusters", "patch", params)
490490
.then(() => {
491-
osparc.FlashMessenger.getInstance().logAs(this.tr("Member(s) added"));
491+
osparc.FlashMessenger.getInstance().logAs(this.tr("Cluster successfully shared"));
492492
osparc.store.Store.getInstance().reset("clusters");
493493
this.__reloadClusters(true);
494494
})
495495
.catch(err => {
496-
osparc.FlashMessenger.getInstance().logAs(this.tr("Something went wrong with the invitation"), "ERROR");
496+
osparc.FlashMessenger.getInstance().logAs(this.tr("Something went wrong sharing the Cluster"), "ERROR");
497497
console.error(err);
498498
});
499499
},

0 commit comments

Comments
 (0)