WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 7068a56

Browse files
fix: update status label to 'Elevated Rejections' per review
1 parent e22baa8 commit 7068a56

File tree

1 file changed

+2
-2
lines changed
  • apps/dashboard/app/(app)/[workspaceSlug]/apis/[apiId]/keys/[keyAuthId]/_components/components/table/components/status-cell

1 file changed

+2
-2
lines changed

apps/dashboard/app/(app)/[workspaceSlug]/apis/[apiId]/keys/[keyAuthId]/_components/components/table/components/status-cell/constants.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ export const STATUS_DEFINITIONS: Record<StatusType, StatusInfo> = {
5353
},
5454
"validation-issues": {
5555
type: "validation-issues",
56-
label: "High Error Rate",
56+
label: "Elevated Rejections",
5757
color: "bg-warningA-3 text-warningA-11",
5858
icon: <ShieldKey iconSize="sm-regular" className="text-warning-11" />,
5959
tooltip:
60-
"This key is receiving many invalid requests (rate limited, unauthorized, etc.). Check logs to understand usage patterns.",
60+
"This key is receiving many rejected requests (rate limited, missing permissions, etc.). Please check your logs for usage details.",
6161
priority: 3,
6262
},
6363
//TODO: Add a way to enable this through tooltip

0 commit comments

Comments
 (0)