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