From b694106e9d611185ef2f1f063dca44cef7bc9408 Mon Sep 17 00:00:00 2001 From: Odei Maiz Date: Tue, 11 Jul 2023 12:42:47 +0200 Subject: [PATCH] minor --- .../client/source/class/osparc/dashboard/StudyBrowser.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/static-webserver/client/source/class/osparc/dashboard/StudyBrowser.js b/services/static-webserver/client/source/class/osparc/dashboard/StudyBrowser.js index d8ff353a288..79bcc877593 100644 --- a/services/static-webserver/client/source/class/osparc/dashboard/StudyBrowser.js +++ b/services/static-webserver/client/source/class/osparc/dashboard/StudyBrowser.js @@ -46,21 +46,21 @@ qx.Class.define("osparc.dashboard.StudyBrowser", { templateLabel: "TI Planning Tool", title: "Classic TI", description: "Start new TI planning", - newStudyLabel: "Classic TI Planning", + newStudyLabel: "Classic TI", idToWidget: "newTIPlanButton" }, "mTI": { templateLabel: "mTI Planning Tool", title: "Multi-channel TI", description: "Start new mcTI planning", - newStudyLabel: "Multi-channel TI Planning", + newStudyLabel: "Multi-channel TI", idToWidget: "newMTIPlanButton" }, "pmTI": { templateLabel: "pmTI Planning Tool", title: "Phase-modulated TI", description: "Start new pmTI planning", - newStudyLabel: "Phase-modulated TI Planning", + newStudyLabel: "Phase-modulated TI", idToWidget: "newPMTIPlanButton" } },