Skip to content

Commit 4f61126

Browse files
committed
no title
1 parent 50c2568 commit 4f61126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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", "Support");
22+
this.base(arguments, "support-center");
2323

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

0 commit comments

Comments
 (0)