diff --git a/awx/ui/static/js/controllers/JobDetail.js b/awx/ui/static/js/controllers/JobDetail.js index 3ccd8b59f9..cf413bd1e6 100644 --- a/awx/ui/static/js/controllers/JobDetail.js +++ b/awx/ui/static/js/controllers/JobDetail.js @@ -956,7 +956,7 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar url: scope.job.related.job_events, parent_id: scope.selectedTask, event_id: id, - title: 'Host Events' + title: 'Host Event' }); }; diff --git a/awx/ui/static/js/helpers/EventViewer.js b/awx/ui/static/js/helpers/EventViewer.js index 25ce6d3bfc..dfc1c95c96 100644 --- a/awx/ui/static/js/helpers/EventViewer.js +++ b/awx/ui/static/js/helpers/EventViewer.js @@ -221,7 +221,7 @@ angular.module('EventViewerHelper', ['ModalDialog', 'Utilities', 'EventsViewerFo callback: 'ModalReady', id: 'eventviewer-modal-dialog', // onResizeStop: resizeText, - title: ( (title) ? title : 'Event Details' ), + title: ( (title) ? title : 'Host Event' ), buttons: btns, closeOnEscape: true, onResizeStop: function() {