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)} />