better copy

This commit is contained in:
DaKheera47 2026-01-22 12:37:16 +00:00
parent 31dfc7afd6
commit c416e5c7ff

View File

@ -68,7 +68,7 @@ export const WebhooksSection: React.FC<WebhooksSectionProps> = ({
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)}
/>
</div>