From 381e9b227cd72e8ec3eba534ef1b9b7fd7680d9c Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Tue, 9 Jun 2015 18:41:25 -0400 Subject: [PATCH] fixed license menu wording --- awx/ui/static/js/helpers/License.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/helpers/License.js b/awx/ui/static/js/helpers/License.js index 1c6572e60b..25444dacc0 100644 --- a/awx/ui/static/js/helpers/License.js +++ b/awx/ui/static/js/helpers/License.js @@ -172,7 +172,7 @@ export default catch(e) { // ignore } - Alert('License Accepted', 'The Ansible Tower license was updated. To view or update license information in the future choose View License from the Account menu.','alert-info'); + Alert('License Accepted', 'The Ansible Tower license was updated. To review or update the license, choose View License from the Setup menu.','alert-info'); $rootScope.features = undefined; $location.path('/home'); })