diff --git a/awx/ui/static/js/controllers/Groups.js b/awx/ui/static/js/controllers/Groups.js index cf0c754a4f..42eb95f02a 100644 --- a/awx/ui/static/js/controllers/Groups.js +++ b/awx/ui/static/js/controllers/Groups.js @@ -130,7 +130,7 @@ function InventoryGroups ($scope, $rootScope, $compile, $location, $log, $routeP var url; if ($rootScope.timer) { - // Kill any linger timers from the inventory summary page + // Kill any lingering timers from the inventory summary page clearInterval($rootScope.timer); $rootScope.timer = null; } diff --git a/awx/ui/static/js/helpers/inventory.js b/awx/ui/static/js/helpers/inventory.js index 953ad451a8..1106e17288 100644 --- a/awx/ui/static/js/helpers/inventory.js +++ b/awx/ui/static/js/helpers/inventory.js @@ -33,7 +33,7 @@ angular.module('InventoryHelper', [ 'RestServices', 'Utilities', 'OrganizationLi var treeData = [{ data: { - title: inventory_name + ' Inventory' + title: inventory_name }, attr: { type: 'inventory', diff --git a/awx/ui/static/js/lists/InventorySummary.js b/awx/ui/static/js/lists/InventorySummary.js index ed3f3896e4..0e56255aa0 100644 --- a/awx/ui/static/js/lists/InventorySummary.js +++ b/awx/ui/static/js/lists/InventorySummary.js @@ -12,7 +12,7 @@ angular.module('InventorySummaryDefinition', []) name: 'groups', iterator: 'group', - editTitle: 'Inventory Summary: {{ inventory_name }}', + editTitle: '{{ inventory_name }}', showTitle: true, well: true, index: false,