Skip to content

Commit 1983b3c

Browse files
committed
msg
1 parent 362dba4 commit 1983b3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ qx.Class.define("osparc.support.SupportCenter", {
4343

4444
statics: {
4545
WINDOW_WIDTH: 430,
46+
REQUEST_CALL_MESSAGE: qx.locale.Manager.tr("Dear Support,\nI would like to make an appointment for a support call."),
4647

4748
getMaxHeight: function() {
4849
// height: max 80% of screen, or 600px
@@ -172,7 +173,7 @@ qx.Class.define("osparc.support.SupportCenter", {
172173
const conversationPage = this.getChildControl("conversation-page");
173174
conversationPage.setConversation(null);
174175
this.__showConversation();
175-
conversationPage.postMessage("I want a call!");
176+
conversationPage.postMessage(osparc.support.SupportCenter.REQUEST_CALL_MESSAGE);
176177
},
177178
}
178179
});

0 commit comments

Comments
 (0)