style: reword prompt

This commit is contained in:
Carlos Valente
2025-02-25 21:03:08 +01:00
committed by Carlos Valente
parent 9d6bc0a137
commit e37254107e
@@ -82,7 +82,7 @@ export default function TriggersList(props: TriggersListProps) {
<tbody>
{!showForm && triggers.length === 0 && (
<Panel.TableEmpty
label='Create an automation before to attach triggers to'
label='Create an automation to attach triggers to'
handleClick={canAdd ? () => setShowForm(true) : undefined}
/>
)}