Skip to content

Commit ad3d438

Browse files
committed
call to action
1 parent 35ee607 commit ad3d438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/InstallCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ private function outro(): void
178178

179179
$link = $this->hyperlink($label, 'https://boost.laravel.com/installed/?d='.$installData);
180180

181-
$text = 'Enjoy the boost 🚀 ';
181+
$text = 'Enjoy the boost 🚀 Next steps: ';
182182
$paddingLength = (int) (floor(($this->terminal->cols() - mb_strlen($text.$label)) / 2)) - 2;
183183

184184
echo "\033[42m\033[2K".str_repeat(' ', $paddingLength); // Make the entire line have a green background
@@ -230,7 +230,7 @@ private function selectBoostFeatures(): Collection
230230
$installOptions['herd_mcp'] = 'Herd MCP Server';
231231

232232
return collect(multiselect(
233-
label: 'What shall we install?',
233+
label: 'What do you want to install?',
234234
options: $installOptions,
235235
default: $defaultInstallOptions,
236236
required: true,

0 commit comments

Comments
 (0)