From c416e5c7ffe50604c350852068bf5692f6566e3e Mon Sep 17 00:00:00 2001 From: DaKheera47 Date: Thu, 22 Jan 2026 12:37:16 +0000 Subject: [PATCH] better copy --- .../src/client/pages/settings/components/WebhooksSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestrator/src/client/pages/settings/components/WebhooksSection.tsx b/orchestrator/src/client/pages/settings/components/WebhooksSection.tsx index 5c21850..cf23bcd 100644 --- a/orchestrator/src/client/pages/settings/components/WebhooksSection.tsx +++ b/orchestrator/src/client/pages/settings/components/WebhooksSection.tsx @@ -68,7 +68,7 @@ export const WebhooksSection: React.FC = ({ placeholder="Enter new secret" disabled={isLoading || isSaving} error={errors.webhookSecret?.message as string | undefined} - helper="Secret sent to webhook" + helper="Secret sent to webhook (Bearer token)" current={formatSecretHint(webhookSecretHint)} />