diff --git a/platform/features/events/src/EventListController.js b/platform/features/events/src/EventListController.js index 887fa52a4a..8f8ca6c60a 100644 --- a/platform/features/events/src/EventListController.js +++ b/platform/features/events/src/EventListController.js @@ -35,7 +35,7 @@ define( /** * The EventListController is responsible for populating - * the contents of the scrolling list view. + * the contents of the event list view. * @constructor */ function EventListController($scope, formatter) { diff --git a/platform/features/events/src/EventListPopulator.js b/platform/features/events/src/EventListPopulator.js index b128a91706..3999fb1ebc 100644 --- a/platform/features/events/src/EventListPopulator.js +++ b/platform/features/events/src/EventListPopulator.js @@ -28,7 +28,7 @@ define( /** * The EventListPopulator is responsible for filling in the - * values which should appear within columns of a scrolling list + * values which should appear within columns of a event list * view, based on received telemetry data. * @constructor * @param {Column[]} columns the columns to be populated @@ -124,7 +124,7 @@ define( }); }, /** - * Get the contents of rows for the scrolling list view. + * Get the contents of rows for the event list view. * @param {TelemetrySeries[]} datas the data sets * @param {DomainObject[]} objects the domain objects which * provided the data sets; these should match