Skip to content

Commit 1c40521

Browse files
committed
fix
1 parent c809521 commit 1c40521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/FixGrammarTranslationsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function handle(): int
1818
$service = $this->getGrammarService($this->option('service'));
1919
$locales = $this->getLocales(
2020
option: $this->option('locales'),
21-
label: 'In what locales would you like to translate?'
21+
label: 'What locales would you like to fix?'
2222
);
2323

2424
foreach ($locales as $locale) {

0 commit comments

Comments
 (0)