Skip to content

Commit 12bbd11

Browse files
committed
tr
1 parent 79c02d8 commit 12bbd11

File tree

1 file changed

+5
-5
lines changed
  • services/static-webserver/client/source/class/osparc/product

1 file changed

+5
-5
lines changed

services/static-webserver/client/source/class/osparc/product/Utils.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,30 +159,30 @@ qx.Class.define("osparc.product.Utils", {
159159
switch (osparc.product.Utils.getProductName()) {
160160
case "s4l":
161161
return {
162-
label: this.tr("Company Name"),
162+
label: qx.locale.Manager.tr("Company Name"),
163163
key: "company",
164164
required: true,
165165
};
166166
case "s4lacad":
167167
case "s4ldesktopacad":
168168
return {
169-
label: this.tr("University"),
169+
label: qx.locale.Manager.tr("University"),
170170
key: "university",
171171
required: true,
172172
};
173173
case "tiplite":
174174
return {
175-
label: this.tr("University"),
175+
label: qx.locale.Manager.tr("University"),
176176
key: "university",
177177
};
178178
case "tis":
179179
return {
180-
label: this.tr("Organization"),
180+
label: qx.locale.Manager.tr("Organization"),
181181
key: "organization",
182182
};
183183
case "osparc":
184184
return {
185-
label: this.tr("Research Group/Organization"),
185+
label: qx.locale.Manager.tr("Research Group/Organization"),
186186
key: "organization",
187187
};
188188
}

0 commit comments

Comments
 (0)