Skip to content

Commit da763f4

Browse files
committed
Study -> Project
1 parent 7446939 commit da763f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

services/static-webserver/client/source/class/osparc/info/StudyMedium.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ qx.Class.define("osparc.info.StudyMedium", {
162162

163163
__openStudyDetails: function() {
164164
const studyDetails = new osparc.info.StudyLarge(this.getStudy());
165-
const title = this.tr("Study Information");
165+
const title = this.tr("Project Information");
166166
const width = osparc.info.CardLarge.WIDTH;
167167
const height = osparc.info.CardLarge.HEIGHT;
168168
osparc.ui.window.Window.popUpInWindow(studyDetails, title, width, height).set({

services/static-webserver/client/source/class/osparc/widget/NodesTree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ qx.Class.define("osparc.widget.NodesTree", {
284284
const height = osparc.info.CardLarge.HEIGHT;
285285
if (nodeId === study.getUuid()) {
286286
const studyDetails = new osparc.info.StudyLarge(study);
287-
const title = this.tr("Study Information");
287+
const title = this.tr("Project Information");
288288
osparc.ui.window.Window.popUpInWindow(studyDetails, title, width, height).set({
289289
maxHeight: height
290290
});

services/static-webserver/client/source/class/osparc/widget/StudyTitleOnlyTree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ qx.Class.define("osparc.widget.StudyTitleOnlyTree", {
4545

4646
__openStudyInfo: function() {
4747
const studyDetails = new osparc.info.StudyLarge(this.getStudy());
48-
const title = this.tr("Study Information");
48+
const title = this.tr("Project Information");
4949
const width = osparc.info.CardLarge.WIDTH;
5050
const height = osparc.info.CardLarge.HEIGHT;
5151
osparc.ui.window.Window.popUpInWindow(studyDetails, title, width, height).set({

0 commit comments

Comments
 (0)