diff --git a/awx/ui/static/js/helpers/Access.js b/awx/ui/static/js/helpers/Access.js index 1992004fec..13680c5aea 100644 --- a/awx/ui/static/js/helpers/Access.js +++ b/awx/ui/static/js/helpers/Access.js @@ -51,7 +51,7 @@ angular.module('AccessHelper', ['RestServices', 'Utilities', 'ngCookies']) var purchase_msg = '
To purchase a license or extend an existing license ' + 'visit the Ansible online store, ' + - 'or visit support.ansible.com for assistance.
'; + 'or visit support.ansible.com for assistance.'; if (license && !Authorization.licenseTested()) { // This is our first time evaluating the license diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html index 4c4f2e18e9..92f62a7fa0 100644 --- a/awx/ui/templates/ui/index.html +++ b/awx/ui/templates/ui/index.html @@ -368,7 +368,8 @@