fixed license menu wording

This commit is contained in:
John Mitchell 2015-06-09 18:41:25 -04:00
parent 68d0655101
commit 381e9b227c

View File

@ -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');
})