diff --git a/awx/ui/static/js/system-tracking/system-tracking.controller.js b/awx/ui/static/js/system-tracking/system-tracking.controller.js index 53d355566b..154a485e4f 100644 --- a/awx/ui/static/js/system-tracking/system-tracking.controller.js +++ b/awx/ui/static/js/system-tracking/system-tracking.controller.js @@ -26,8 +26,8 @@ function controller($rootScope, $scope.hostIds = $routeParams.hosts; $scope.inventory = $routeParams.model.inventory; - $scope.factModulePickersLabelLeft = "Compare facts collected on or before"; - $scope.factModulePickersLabelRight = "To facts collected on or before"; + $scope.factModulePickersLabelLeft = "Compare latest facts collected on or before"; + $scope.factModulePickersLabelRight = "To latest facts collected on or before"; $scope.modules = moduleOptions;