Skip to content

Commit 47640a5

Browse files
fix(tekton): fix low vulnerability tooltip text (janus-idp#1347)
1 parent 36b7c77 commit 47640a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/tekton/src/components/PipelineRunList/PipelineRunVulnerabilities.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const PipelineRunVulnerabilities: React.FC<PipelineRunVulnerabilitiesProps> = ({
109109
</div>
110110
<div className={classes.severityContainer}>
111111
<span className={classes.severityStatus}>
112-
<Tooltip content="medium">
112+
<Tooltip content="Low">
113113
<AngleDoubleDownIcon
114114
title="Low"
115115
className={classes.lowStatus}

0 commit comments

Comments
 (0)