Skip to content

Commit 7d7cd40

Browse files
committed
chore: rewrite default text
1 parent 143d3f0 commit 7d7cd40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webhooks-trigger.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import {Webhook, WebhooksTriggerConfig} from './types'
2525
const theme = buildTheme()
2626
const WEBHOOK_TYPE = 'webhook_triggers'
2727
const defaultText =
28-
'You can here deploy your static website after finishing content edits by manually calling a webhook that triggers a new build of your site. Or simply run a webhook from Sanity!'
28+
'Trigger webhooks right from Sanity, whether you need to rebuild a static website after content edits or run any other automated process.'
2929

3030
const WebhooksTrigger = ({tool}: WebhooksTriggerConfig): ReactElement => {
3131
const {options} = tool

0 commit comments

Comments
 (0)