Skip to content

Commit

Permalink
[8.x] Changing "Fixes" to "Fixed by" in the user-…
Browse files Browse the repository at this point in the history
…facing view of the Vulnerability flyout (#196669) (#196826)

# Backport

This will backport the following commits from `main` to `8.x`:
- [Changing "Fixes" to "Fixed by" in the user-facing
view of the Vulnerability flyout
(#196669)](#196669)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"mdiv.io","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-18T09:26:42Z","message":"Changing
\"Fixes\" to \"Fixed by\" in the user-facing view of the Vulnerability
flyout (#196669)\n\n## Summary\r\n\r\nChanging \"Fixes\" to \"Fixed by\"
in the user-facing view of the\r\nVulnerability
flyout\r\n\r\n\r\n![image](https://github.com/user-attachments/assets/e06bf5a2-7751-46de-b935-d221ac7c9e09)\r\n\r\nHi
@maxcold Please review my PR.\r\n\r\nThank you\r\n\r\n- fixes
https://github.com/elastic/kibana/issues/195965\r\n\r\nCo-authored-by:
Paulo Silva
<[email protected]>","sha":"a6c0ed165e6aa7df49a1bdd18669dbde644bbd1e","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","💝community","v9.0.0","Team:Cloud
Security","backport:prev-minor","v8.17.0"],"title":"Changing \"Fixes\"
to \"Fixed by\" in the user-facing view of the Vulnerability
flyout","number":196669,"url":"https://github.com/elastic/kibana/pull/196669","mergeCommit":{"message":"Changing
\"Fixes\" to \"Fixed by\" in the user-facing view of the Vulnerability
flyout (#196669)\n\n## Summary\r\n\r\nChanging \"Fixes\" to \"Fixed by\"
in the user-facing view of the\r\nVulnerability
flyout\r\n\r\n\r\n![image](https://github.com/user-attachments/assets/e06bf5a2-7751-46de-b935-d221ac7c9e09)\r\n\r\nHi
@maxcold Please review my PR.\r\n\r\nThank you\r\n\r\n- fixes
https://github.com/elastic/kibana/issues/195965\r\n\r\nCo-authored-by:
Paulo Silva
<[email protected]>","sha":"a6c0ed165e6aa7df49a1bdd18669dbde644bbd1e"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196669","number":196669,"mergeCommit":{"message":"Changing
\"Fixes\" to \"Fixed by\" in the user-facing view of the Vulnerability
flyout (#196669)\n\n## Summary\r\n\r\nChanging \"Fixes\" to \"Fixed by\"
in the user-facing view of the\r\nVulnerability
flyout\r\n\r\n\r\n![image](https://github.com/user-attachments/assets/e06bf5a2-7751-46de-b935-d221ac7c9e09)\r\n\r\nHi
@maxcold Please review my PR.\r\n\r\nThank you\r\n\r\n- fixes
https://github.com/elastic/kibana/issues/195965\r\n\r\nCo-authored-by:
Paulo Silva
<[email protected]>","sha":"a6c0ed165e6aa7df49a1bdd18669dbde644bbd1e"}},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: mdiv.io <[email protected]>
  • Loading branch information
kibanamachine and 2div authored Oct 18, 2024
1 parent c7f4ddd commit 1f3a485
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 1f3a485

Please sign in to comment.