Rename Severity label to Score on risk overview

The risk overview cards label the combined likelihood × impact
value as Severity; use Score instead for consistency with the
rest of the risk page.

Signed-off-by: Cursor Agent <cursoragent@cursor.com>

Co-authored-by: Bryan FRIMIN <bryan@frimin.fr>
This commit is contained in:
Cursor Agent
2026-07-20 08:52:29 +00:00
parent 94970bea6c
commit aba2ef4cc2

View File

@@ -70,7 +70,7 @@ export function RiskOverview({ type, risk }: Props) {
/>
</div>
<div className="space-y-2">
<div className="font-medium text-xs">{__("Severity")}</div>
<div className="font-medium text-xs">{__("Score")}</div>
<div
className={clsx(
severity?.bg,