better copy
This commit is contained in:
parent
31dfc7afd6
commit
c416e5c7ff
@ -68,7 +68,7 @@ export const WebhooksSection: React.FC<WebhooksSectionProps> = ({
|
|||||||
placeholder="Enter new secret"
|
placeholder="Enter new secret"
|
||||||
disabled={isLoading || isSaving}
|
disabled={isLoading || isSaving}
|
||||||
error={errors.webhookSecret?.message as string | undefined}
|
error={errors.webhookSecret?.message as string | undefined}
|
||||||
helper="Secret sent to webhook"
|
helper="Secret sent to webhook (Bearer token)"
|
||||||
current={formatSecretHint(webhookSecretHint)}
|
current={formatSecretHint(webhookSecretHint)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user