Skip to content

Commit a5afd90

Browse files
committed
minor
1 parent 5c21a03 commit a5afd90

File tree

1 file changed

+2
-1
lines changed
  • services/static-webserver/client/source/class/osparc/utils

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,8 @@ qx.Class.define("osparc.utils.Utils", {
645645
const manuals = osparc.store.Support.getManuals();
646646
const manualLink = (manuals && manuals.length) ? manuals[0].url : "";
647647
let msg = "";
648-
msg += qx.locale.Manager.tr("To use all ") + this.createHTMLLink(productName + " features", manualLink);
648+
msg += qx.locale.Manager.tr("To use all ");
649+
msg += this.createHTMLLink(productName + " features", manualLink);
649650

650651
if (osparc.product.Utils.getCreateAccountAction() === "REQUEST_ACCOUNT_FORM") {
651652
// if the product is configured to show a form to request an account,

0 commit comments

Comments
 (0)