Skip to content

Commit a226254

Browse files
committed
minor
1 parent 3fd2eff commit a226254

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/dashboard/TutorialBrowser.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,12 +389,12 @@ qx.Class.define("osparc.dashboard.TutorialBrowser", {
389389
task.addListener("resultReceived", e => {
390390
finished();
391391
this.reloadResources();
392-
const msg = this.tr("Template created");
392+
const msg = this.tr("Tutorial created");
393393
osparc.FlashMessenger.logAs(msg, "INFO");
394394
});
395395
task.addListener("taskAborted", () => {
396396
finished();
397-
const msg = this.tr("Study to Template cancelled");
397+
const msg = this.tr("Study to Tutorial cancelled");
398398
osparc.FlashMessenger.logAs(msg, "WARNING");
399399
});
400400
task.addListener("pollingError", e => {

0 commit comments

Comments
 (0)