Skip to content

Commit 827aa4c

Browse files
committed
Tweak selection language
1 parent 7b0ade1 commit 827aa4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/Behaviours/GetProjectFromInput.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ trait GetProjectFromInput
2424
protected function getProjectFrom(InputInterface $input): Project
2525
{
2626
if (null === $name = $input->getArgument('project')) {
27-
$name = $this->tools()->choose('Which project do you want to switch to?', $this->config->projects()->names());
27+
$name = $this->tools()->choose('Which project do you want to work with?', $this->config->projects()->names());
2828
}
2929

3030
if (null === $project = $this->config->projects()->get($name)) {

0 commit comments

Comments
 (0)