Skip to content

Commit

Permalink
Changing "Fixes" to "Fixed by" in the user-facing view of the Vulnera…
Browse files Browse the repository at this point in the history
…bility flyout (#196669)

## Summary

Changing "Fixes" to "Fixed by" in the user-facing view of the
Vulnerability flyout


![image](https://github.com/user-attachments/assets/e06bf5a2-7751-46de-b935-d221ac7c9e09)

Hi @maxcold  Please review my PR.

Thank you

- fixes #195965

Co-authored-by: Paulo Silva <paulo.henrique@elastic.co>
  • Loading branch information
2div and opauloh authored Oct 18, 2024
1 parent f8c4b9a commit a6c0ed1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export const VulnerabilityOverviewTab = ({ vulnerabilityRecord }: VulnerabilityT
<h4 css={flyoutSubheadingStyle}>
<FormattedMessage
id="xpack.csp.vulnerabilities.vulnerabilityOverviewTab.fixes"
defaultMessage="Fixes"
defaultMessage="Fixed by"
/>
</h4>
<EuiText>{fixesDisplayText || EMPTY_VALUE}</EuiText>
Expand Down

0 comments on commit a6c0ed1

Please sign in to comment.