Skip to content

Commit

Permalink
Changing wording of summary as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisoelkers committed Jan 30, 2025
1 parent bc18024 commit bb2f073
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const BulkEventReplay = ({ initialEventIds, events: _events, onClose, BulkAction
The following list contains all of the events/alerts you selected in the previous step, allowing you to
review the replayed search for each of them.
</p>
<i>Investigation of {completed}/{total} events completed.</i>
<i>Review of {completed}/{total} events completed.</i>
<StyledList>
{eventIds.map(({ id: eventId, status }) => (
<EventListItem key={`bulk-replay-search-item-${eventId}`}
Expand Down

0 comments on commit bb2f073

Please sign in to comment.