Skip to content

Commit c60f82e

Browse files
bchapuisclaude
andcommitted
Change Slack bot dialog first step button from Create Bot to Next
Aligns with the guided multi-step flow — the bot creation happens transparently when advancing, rather than feeling like a separate action. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 615ddfa commit c60f82e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/app/src/components/workflow/widgets/input/slack-bot-create-dialog.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,10 @@ export function SlackBotCreateDialog({
199199
{isSubmitting ? (
200200
<>
201201
<Spinner className="h-4 w-4 mr-1" />
202-
Creating...
202+
Connecting...
203203
</>
204204
) : (
205-
"Create Bot"
205+
"Next"
206206
)}
207207
</Button>
208208
</div>

0 commit comments

Comments
 (0)