Skip to content

Commit 383a955

Browse files
authored
chore(dashboard,api-service): novu copilot latency improvements fixes NV-7340 (novuhq#10645)
1 parent b5e0674 commit 383a955

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.source

apps/dashboard/src/components/create-workflow-modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ type CreateWorkflowTab = 'guided' | 'manual';
6464
const WORKFLOW_SUGGESTIONS = [
6565
'Welcome email workflow',
6666
'Order confirmation workflow',
67-
'Payment failed',
67+
'Payment failed workflow',
6868
'Password reset workflow',
6969
];
7070

0 commit comments

Comments
 (0)