File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
services/static-webserver/client/source/class/osparc/product Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments