From ceea3cd238353a4071d15156c29b36195b9a4240 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 27 Jul 2013 14:14:26 -0400 Subject: [PATCH] Amend demo message to indicate there are 10 free hosts. --- awx/ui/static/js/helpers/Access.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/static/js/helpers/Access.js b/awx/ui/static/js/helpers/Access.js index 93cc0d31e8..2a9cfdfb6a 100644 --- a/awx/ui/static/js/helpers/Access.js +++ b/awx/ui/static/js/helpers/Access.js @@ -61,7 +61,7 @@ angular.module('AccessHelper', ['RestServices', 'Utilities', 'ngCookies']) // demo status = 'alert-info'; hdr = 'AWX Demo'; - msg = 'Thank you for trying AnsibleWorks AWX. You can use this edition to manage up to 5 hosts. ' + + msg = 'Thank you for trying AnsibleWorks AWX. You can use this edition to manage up to 10 hosts free. ' + 'Should you wish to acquire a license for additional servers, please visit ' + 'ansibleworks.com/ansibleworks-awx, or ' + 'contact info@ansibleworks.com for assistance.'; @@ -88,4 +88,4 @@ angular.module('AccessHelper', ['RestServices', 'Utilities', 'ngCookies']) } } } - }]); \ No newline at end of file + }]);