From 0016744e1f188e74d99f47985c737c8ad1e0f1bc Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Tue, 9 Jun 2015 09:37:18 -0400 Subject: [PATCH] [system_tracking] Clarify wording on date picker labels --- .../static/js/system-tracking/system-tracking.controller.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;