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 f79492f commit 46948acCopy full SHA for 46948ac
services/static-webserver/client/source/class/osparc/jobs/RunsTable.js
@@ -157,7 +157,7 @@ qx.Class.define("osparc.jobs.RunsTable", {
157
};
158
osparc.data.Resources.fetch("runPipeline", "stopPipeline", params)
159
.then(() => {
160
- const msg = qx.locale.Manager.tr("Stopping pipeline {0}", rowData["projectName"]);
+ const msg = this.tr("Stopping pipeline");
161
osparc.FlashMessenger.logAs(msg, "INFO");
162
})
163
.catch(err => osparc.FlashMessenger.logError(err));
0 commit comments