Skip to content

Commit

Permalink
Change flyout title to Vulnerability details (#6662)
Browse files Browse the repository at this point in the history
  • Loading branch information
asteriscos authored May 11, 2024
1 parent 2392897 commit 85f5245
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const InventoryVulsComponent = () => {
const DocViewInspectButton = ({
rowIndex,
}: EuiDataGridCellValueElementProps) => {
const inspectHintMsg = 'Inspect document details';
const inspectHintMsg = 'Inspect vulnerability details';
return (
<EuiToolTip content={inspectHintMsg}>
<EuiButtonIcon
Expand Down Expand Up @@ -237,7 +237,7 @@ const InventoryVulsComponent = () => {
<EuiFlyout onClose={() => setInspectedHit(undefined)} size='m'>
<EuiFlyoutHeader>
<EuiTitle>
<h2>Document details</h2>
<h2>Vulnerability details</h2>
</EuiTitle>
</EuiFlyoutHeader>
<EuiFlyoutBody>
Expand Down

0 comments on commit 85f5245

Please sign in to comment.