Skip to content

Commit dfe65a9

Browse files
committed
Study -> Project
1 parent ea19a5a commit dfe65a9

File tree

1 file changed

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

1 file changed

+3
-9
lines changed

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,10 @@ qx.Class.define("osparc.product.Utils", {
4343

4444
getStudyAlias: function(options = {}) {
4545
let alias = null;
46-
if (this.getProductName().includes("s4l")) {
47-
if (options.plural) {
48-
alias = qx.locale.Manager.tr("projects");
49-
} else {
50-
alias = qx.locale.Manager.tr("project");
51-
}
52-
} else if (options.plural) {
53-
alias = qx.locale.Manager.tr("studies");
46+
if (options.plural) {
47+
alias = qx.locale.Manager.tr("projects");
5448
} else {
55-
alias = qx.locale.Manager.tr("study");
49+
alias = qx.locale.Manager.tr("project");
5650
}
5751

5852
if (options.firstUpperCase) {

0 commit comments

Comments
 (0)