diff --git a/ui/src/components/ErrorPage.tsx b/ui/src/components/ErrorPage.tsx index e6613cc1b..72e179759 100644 --- a/ui/src/components/ErrorPage.tsx +++ b/ui/src/components/ErrorPage.tsx @@ -37,7 +37,7 @@ const PolicyEvaluationTraceDetails: FC = ({ )} - {trace.explanation || trace.id} + {trace.explanation || `Policy ID ${trace.id}`}