Skip to content

Commit

Permalink
Merge branch 'master' into pr-osparc-mergify-extra-condtions
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHK authored Jan 30, 2025
2 parents 09fe4a3 + c681035 commit 6e59979
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ qx.Class.define("osparc.dashboard.ResourceBrowserBase", {
// pop up study options if the study was just created or if it has no wallet assigned or user has no access to it
const resourceSelector = new osparc.study.StudyOptions(studyId);
if (isStudyCreation) {
resourceSelector.getChildControl("open-button").setLabel(this.tr("New"));
resourceSelector.getChildControl("open-button").setLabel(qx.locale.Manager.tr("New"));
}
const win = osparc.study.StudyOptions.popUpInWindow(resourceSelector);
win.moveItUp();
Expand Down

0 comments on commit 6e59979

Please sign in to comment.