File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ private function outro(): void
178
178
179
179
$ link = $ this ->hyperlink ($ label , 'https://boost.laravel.com/installed/?d= ' .$ installData );
180
180
181
- $ text = 'Enjoy the boost 🚀 ' ;
181
+ $ text = 'Enjoy the boost 🚀 Next steps: ' ;
182
182
$ paddingLength = (int ) (floor (($ this ->terminal ->cols () - mb_strlen ($ text .$ label )) / 2 )) - 2 ;
183
183
184
184
echo "\033[42m \033[2K " .str_repeat (' ' , $ paddingLength ); // Make the entire line have a green background
@@ -230,7 +230,7 @@ private function selectBoostFeatures(): Collection
230
230
$ installOptions ['herd_mcp ' ] = 'Herd MCP Server ' ;
231
231
232
232
return collect (multiselect (
233
- label: 'What shall we install? ' ,
233
+ label: 'What do you want to install? ' ,
234
234
options: $ installOptions ,
235
235
default: $ defaultInstallOptions ,
236
236
required: true ,
You can’t perform that action at this time.
0 commit comments