Websocket help dialogs

Fixed typo in Safari help text.
This commit is contained in:
Chris Houseknecht 2014-07-31 15:37:16 -04:00
parent 90e2e8775c
commit 4138a152c4

View File

@ -40,7 +40,7 @@ angular.module('SafariSocketHelpDefinition', [])
style: "margin-top: 75px;",
containerHeight: 200
},
box: "<p>Safari will not connect to the live event port when the Tower web server is configured with a self signed certificate. Check with a system administrator to" +
box: "<p>Safari will not connect to the live event port when the Tower web server is configured with a self signed certificate. Check with a system administrator to " +
"determine if Tower is using a self signed certificate. Installing a signed certificate will fix the problem.</p>" +
"<p>Switching browsers to either Chrome or Firefox will work as well.</p>"
}]