Skip to content

Commit

Permalink
Change text to "Pending Security Review".
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jan 2, 2025
1 parent 771f33c commit 0a6063b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/nodes/NodeVersionStatusBadge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const NodeVersionStatusBadge: React.FC<{ status?: NodeVersionStatus }> = ({
status === NodeVersionStatus.NodeVersionStatusPending ||
NodeVersionStatus.NodeVersionStatusFlagged
) {
return <Badge color="warning">Pending Review</Badge>
return <Badge color="warning">Pending Security Review</Badge>
}

if (status === NodeVersionStatus.NodeVersionStatusBanned) {
Expand Down

0 comments on commit 0a6063b

Please sign in to comment.