From 4138a152c493d239722ed4bbb43e6bef2f540f49 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Thu, 31 Jul 2014 15:37:16 -0400 Subject: [PATCH] Websocket help dialogs Fixed typo in Safari help text. --- awx/ui/static/js/help/SafariSocketHelp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/help/SafariSocketHelp.js b/awx/ui/static/js/help/SafariSocketHelp.js index b7509ed23a..f92362d307 100644 --- a/awx/ui/static/js/help/SafariSocketHelp.js +++ b/awx/ui/static/js/help/SafariSocketHelp.js @@ -40,7 +40,7 @@ angular.module('SafariSocketHelpDefinition', []) style: "margin-top: 75px;", containerHeight: 200 }, - box: "

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: "

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.

" + "

Switching browsers to either Chrome or Firefox will work as well.

" }]