Skip to content

Commit 8ab7ae5

Browse files
committed
wording
1 parent eb72a59 commit 8ab7ae5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ qx.Class.define("osparc.support.SupportCenter", {
4444
},
4545

4646
statics: {
47-
WINDOW_WIDTH: 400,
47+
WINDOW_WIDTH: 430,
4848

4949
getMaxHeight: function() {
5050
// height: max 80% of screen, min 600
@@ -95,7 +95,9 @@ qx.Class.define("osparc.support.SupportCenter", {
9595
});
9696
const isSupportUser = osparc.store.Products.getInstance().amIASupportUser();
9797
control.set({
98-
value: isSupportUser ? this.tr("Here all the support questions") : this.tr("Ask us anything, or share your feedback."),
98+
value: isSupportUser ?
99+
this.tr("Thanks for being here! Let's help every user feel supported.") :
100+
this.tr("Need help or want to share feedback? You're in the right place."),
99101
});
100102
this.getChildControl("conversations-layout").add(control);
101103
break;

0 commit comments

Comments
 (0)