mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
[system_tracking] Clarify wording on date picker labels
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user