Skip to content

Commit 67327ec

Browse files
committed
Improve warning message
1 parent 43b3429 commit 67327ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/lib/components/triggers/CaptureSection.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,8 @@
307307
<div class="mt-4 mb-2">
308308
{#if displayAlert}
309309
<Alert type="warning" title="Trigger deployed" size="xs" class="mb-4">
310-
Capturing will suscribe to the trigger endpoint. Treat carefully.
310+
Capturing on a deployed trigger can cause event loss on the deployed trigger. Treat
311+
carefully.
311312
</Alert>
312313
{/if}
313314
<Description>

0 commit comments

Comments
 (0)