Skip to content

Commit 1903963

Browse files
committed
minor
1 parent 7eafd61 commit 1903963

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/store/Support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ qx.Class.define("osparc.store.Support", {
2727
const amISupporter = () => {
2828
const isSupportUser = osparc.store.Products.getInstance().amIASupportUser();
2929
supportCenterButton.set({
30-
label: isSupportUser ? qx.locale.Manager.tr("Support Center") : qx.locale.Manager.tr("Ask a Question"),
30+
label: isSupportUser ? qx.locale.Manager.tr("Support Center") : qx.locale.Manager.tr("Support"),
3131
});
3232
};
3333
amISupporter();

services/static-webserver/client/source/class/osparc/support/SupportCenter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ qx.Class.define("osparc.support.SupportCenter", {
1919
extend: osparc.ui.window.SingletonWindow,
2020

2121
construct: function() {
22-
this.base(arguments, "support-center", "Messages");
22+
this.base(arguments, "support-center", "Support");
2323

2424
this.getChildControl("title").set({
2525
textAlign: "center",

0 commit comments

Comments
 (0)