diff --git a/awx/ui/static/js/app.js b/awx/ui/static/js/app.js index 80c0b1bf7e..d9f7863c33 100644 --- a/awx/ui/static/js/app.js +++ b/awx/ui/static/js/app.js @@ -56,7 +56,7 @@ var tower = angular.module('Tower', [ dashboardGraphs.name, 'AuthService', 'Utilities', - 'License', + 'LicenseHelper', 'OrganizationFormDefinition', 'UserFormDefinition', 'FormGenerator',