Skip to content

Commit 4021a69

Browse files
committed
minor
1 parent d71305f commit 4021a69

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/desktop

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/desktop/StudyEditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ qx.Class.define("osparc.desktop.StudyEditor", {
674674
},
675675
};
676676
osparc.data.Resources.fetch("runPipeline", "stopPipeline", params)
677-
.then(() => this.getStudyLogger().debug(null, "Pipeline aborting"), this)
677+
.then(() => this.getStudyLogger().debug(null, "Stopping pipeline"), this)
678678
.catch(() => this.getStudyLogger().error(null, "Error stopping pipeline"), this);
679679
},
680680
// ------------------ START/STOP PIPELINE ------------------

0 commit comments

Comments
 (0)