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
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 ,
You can’t perform that action at this time.
0 commit comments