diff --git a/awx/ui/static/js/helpers/Access.js b/awx/ui/static/js/helpers/Access.js index 26202a48e9..2c3d00bf29 100644 --- a/awx/ui/static/js/helpers/Access.js +++ b/awx/ui/static/js/helpers/Access.js @@ -50,7 +50,7 @@ angular.module('AccessHelper', ['RestServices', 'Utilities', 'ngCookies']) var license = $cookieStore.get('license'); var purchase_msg = '

To purchase a license or extend an existing license ' + - 'visit the Ansible online store, ' + + 'visit the Ansible online store, ' + 'or visit support.ansible.com for assistance.

'; if (license && !Authorization.licenseTested()) { diff --git a/awx/ui/static/lib/ansible/license.js b/awx/ui/static/lib/ansible/license.js index cacba6b0ce..ebf08eec95 100644 --- a/awx/ui/static/lib/ansible/license.js +++ b/awx/ui/static/lib/ansible/license.js @@ -131,7 +131,7 @@ angular.module('License', ['RestServices', 'Utilities', 'FormGenerator', 'Prompt Prompt({ hdr: 'Tower Licensing', body: "

Ansible Tower licenses can be purchased or extended by visiting " + + "href=\"http://www.ansible.com/ansible-pricing\" target=\"_blank\">" + "the Ansible online store. Would you like to purchase or extend your license now?

", 'class': 'btn-primary', action: function() {