diff --git a/monkey/monkey_island/cc/ui/src/components/report-components/zerotrust/EventsModal.js b/monkey/monkey_island/cc/ui/src/components/report-components/zerotrust/EventsModal.js index 066e79367..6bc7fda5b 100644 --- a/monkey/monkey_island/cc/ui/src/components/report-components/zerotrust/EventsModal.js +++ b/monkey/monkey_island/cc/ui/src/components/report-components/zerotrust/EventsModal.js @@ -26,14 +26,13 @@ export default class EventsModal extends AuthComponent {

- There {Pluralize('is', this.props.event_count)} {

{this.props.event_count}
} - {Pluralize('event', this.props.event_count)} associated - with this finding. - {
- {this.props.latest_events.length + this.props.oldest_events.length} -
} {Pluralize('is', this.props.event_count)} displayed below. - All events can be exported to json. + There {Pluralize('is', this.props.event_count)} { +
{this.props.event_count}
+ } {Pluralize('event', this.props.event_count)} associated with this finding. { +
+ {this.props.latest_events.length + this.props.oldest_events.length} +
+ } {Pluralize('is', this.props.event_count)} displayed below. All events can be exported using the Export button.

{this.props.event_count > 5 ? this.renderButtons() : null}