Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz committed Jul 11, 2023
1 parent b22147c commit b694106
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
Expand Down

0 comments on commit b694106

Please sign in to comment.