From 8201cf826729a07234f67fa1d4bbc84db3e1a187 Mon Sep 17 00:00:00 2001 From: "mdiv.io" <96177680+2div@users.noreply.github.com> Date: Fri, 18 Oct 2024 12:26:42 +0300 Subject: [PATCH] Changing "Fixes" to "Fixed by" in the user-facing view of the Vulnerability 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 https://github.com/elastic/kibana/issues/195965 Co-authored-by: Paulo Silva (cherry picked from commit a6c0ed165e6aa7df49a1bdd18669dbde644bbd1e) --- .../vulnerability_overview_tab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/cloud_security_posture/public/pages/vulnerabilities/vulnerabilities_finding_flyout/vulnerability_overview_tab.tsx b/x-pack/plugins/cloud_security_posture/public/pages/vulnerabilities/vulnerabilities_finding_flyout/vulnerability_overview_tab.tsx index 327ce2f94759d..9592ceec167b9 100644 --- a/x-pack/plugins/cloud_security_posture/public/pages/vulnerabilities/vulnerabilities_finding_flyout/vulnerability_overview_tab.tsx +++ b/x-pack/plugins/cloud_security_posture/public/pages/vulnerabilities/vulnerabilities_finding_flyout/vulnerability_overview_tab.tsx @@ -309,7 +309,7 @@ export const VulnerabilityOverviewTab = ({ vulnerabilityRecord }: VulnerabilityT

{fixesDisplayText || EMPTY_VALUE}