File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
services/static-webserver/client/source/class/osparc/support Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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} ) ;
You can’t perform that action at this time.
0 commit comments