Skip to content

Commit eb72a59

Browse files
committed
minor
1 parent c3b161e commit eb72a59

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/node/slideshow/BaseNodeView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ qx.Class.define("osparc.node.slideshow.BaseNodeView", {
427427
// and show Flash Message
428428
const outputs = this.getNode().getOutputs();
429429
if (outputs && Object.keys(outputs).length > 0) {
430-
const flashMsg = this.tr("New Outputs received");
430+
const flashMsg = this.tr("New Outputs generated");
431431
osparc.FlashMessenger.getInstance().logAs(flashMsg, "INFO", 2000);
432432
}
433433
});

0 commit comments

Comments
 (0)