mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
fixed license menu wording
This commit is contained in:
@@ -172,7 +172,7 @@ export default
|
|||||||
catch(e) {
|
catch(e) {
|
||||||
// ignore
|
// 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;
|
$rootScope.features = undefined;
|
||||||
$location.path('/home');
|
$location.path('/home');
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user