diff --git a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/connect/universal-bridge/webhooks/components/webhooks.client.tsx b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/connect/universal-bridge/webhooks/components/webhooks.client.tsx index acb812e3b9f..d7326d172f4 100644 --- a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/connect/universal-bridge/webhooks/components/webhooks.client.tsx +++ b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/connect/universal-bridge/webhooks/components/webhooks.client.tsx @@ -273,14 +273,14 @@ function CreateWebhookButton(props: PropsWithChildren) { />
- Secret Key + Webhook Secret Passed as a bearer token in all webhook requests to verify the @@ -293,7 +293,7 @@ function CreateWebhookButton(props: PropsWithChildren) { setSecretStored(!!v); }} /> - I confirm that I've securely stored my secret key + I confirm that I've securely stored my webhook secret