Skip to content

Commit

Permalink
feat: change button text
Browse files Browse the repository at this point in the history
  • Loading branch information
jainpawan21 committed Apr 11, 2024
1 parent 5bb7125 commit 52cf53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/pages/templates/workflow/WorkflowEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ const WorkflowEditor = () => {
}}
data-test-id="get-snippet-btn"
>
{tagsIncludesOnboarding ? 'Test Notification Now' : 'Get Snippet'}
{tagsIncludesOnboarding ? 'Trigger Notification' : 'Get Snippet'}
</Button>
<Link data-test-id="settings-page" to="settings">
<Settings />
Expand Down

0 comments on commit 52cf53c

Please sign in to comment.