Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/(app)/claw/components/ChannelSelectionStep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const CHANNEL_OPTIONS: ChannelOption[] = [
label: 'Telegram',
icon: TelegramIcon,
description:
'Chat with your bot directly in Telegram. Just open a conversation with it \u2014 no workspace, no admin access, ready in seconds.',
'Chat with your bot directly in Telegram. Just open a conversation with it \u2014 no workspace, no admin access, ready in about 5 minutes.',
effort: 1,
effortColor: 'emerald',
recommended: true,
Expand Down
2 changes: 1 addition & 1 deletion src/app/(app)/claw/components/ProvisioningStep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export function ProvisioningStepView({ totalSteps = 4 }: { totalSteps?: number }
<div className="flex flex-col items-center gap-2 text-center">
<h2 className="text-foreground text-2xl font-bold">Setting up your instance</h2>
<p className="text-muted-foreground max-w-md text-sm leading-relaxed">
This usually takes a minute or two. Feel free to keep this tab open and step away &mdash;
This usually takes about 5 minutes. Feel free to keep this tab open and step away &mdash;
we&apos;ll play a sound as soon as it&apos;s ready.
</p>
</div>
Expand Down
Loading