diff --git a/js/app/controllers/SampModule.js b/js/app/controllers/SampModule.js index 5191df4..a5f5644 100644 --- a/js/app/controllers/SampModule.js +++ b/js/app/controllers/SampModule.js @@ -170,8 +170,8 @@ Ext.define('amdaDesktop.SampModule', { showStartHubMsg : function() { var msg = "Cannot connect to a SAMP hub.
"; - msg += 'You can use Java WebStart to start a JSAMP hub by just clicking here: start hub
'; - msg += 'Or use internal hub included in tools like TOPCAT or Aladin'; + msg += 'You can use Java WebStart to start a JSAMP hub by just clicking here: start hub
'; + msg += 'Or use internal hub included in tools like TOPCAT or Aladin'; myDesktopApp.errorMsg(msg); }, -- libgit2 0.21.2