Skip to content

Commit c681035

Browse files
authored
🐛 [Frontend] Fix: "New" translation (#7142)
1 parent d175897 commit c681035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ qx.Class.define("osparc.dashboard.ResourceBrowserBase", {
124124
// pop up study options if the study was just created or if it has no wallet assigned or user has no access to it
125125
const resourceSelector = new osparc.study.StudyOptions(studyId);
126126
if (isStudyCreation) {
127-
resourceSelector.getChildControl("open-button").setLabel(this.tr("New"));
127+
resourceSelector.getChildControl("open-button").setLabel(qx.locale.Manager.tr("New"));
128128
}
129129
const win = osparc.study.StudyOptions.popUpInWindow(resourceSelector);
130130
win.moveItUp();

0 commit comments

Comments
 (0)