Skip to content

Commit

Permalink
updated text format
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelolo24 committed Sep 14, 2020
1 parent 595c484 commit eabe8c1
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,11 @@ const UnstyledProcessEventDot = React.memo(
>
<FormattedMessage
id="xpack.securitySolution.endpoint.resolver.processDescription"
defaultMessage={`${isOrigin ? 'Analyzed Event · ' : ''}${descriptionText}`}
defaultMessage="{originText}{descriptionText}"
values={{
originText: isOrigin ? 'Analyzed Event · ' : '',
descriptionText,
}}
/>
</StyledDescriptionText>
<div
Expand Down

0 comments on commit eabe8c1

Please sign in to comment.