Skip to content

Commit d1cfa46

Browse files
committed
wording minor
1 parent f029d0d commit d1cfa46

File tree

1 file changed

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

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,7 @@ qx.Class.define("osparc.product.Utils", {
6060

6161
getTemplateAlias: function(options = {}) {
6262
let alias = null;
63-
if (this.getProductName().includes("s4l")) {
64-
if (options.plural) {
65-
alias = qx.locale.Manager.tr("tutorials");
66-
} else {
67-
alias = qx.locale.Manager.tr("tutorial");
68-
}
69-
} else if (options.plural) {
63+
if (options.plural) {
7064
alias = qx.locale.Manager.tr("templates");
7165
} else {
7266
alias = qx.locale.Manager.tr("template");

0 commit comments

Comments
 (0)