We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c809521 commit 1c40521Copy full SHA for 1c40521
src/Commands/FixGrammarTranslationsCommand.php
@@ -18,7 +18,7 @@ public function handle(): int
18
$service = $this->getGrammarService($this->option('service'));
19
$locales = $this->getLocales(
20
option: $this->option('locales'),
21
- label: 'In what locales would you like to translate?'
+ label: 'What locales would you like to fix?'
22
);
23
24
foreach ($locales as $locale) {
0 commit comments