From f5072d882eab3ee297e41d1c7853d439f0b92b67 Mon Sep 17 00:00:00 2001 From: jnsdls Date: Tue, 20 May 2025 22:10:27 +0000 Subject: [PATCH] Rename "Secret Key" to "Webhook Secret" for consistency (#7102) ## Summary by CodeRabbit - **Style** - Updated labels and tooltips to use "Webhook Secret" instead of "Secret Key" for improved clarity in the webhook creation interface. --- .../webhooks/components/webhooks.client.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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