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 76cd73f commit cd84a6eCopy full SHA for cd84a6e
system/Commands/Translation/LocalizationSync.php
@@ -77,7 +77,7 @@ public function run(array $params)
77
78
if ($optionTargetLocale === $optionLocale) {
79
CLI::error(
80
- 'Error: You cannot have the same values "--target" and "--locale".'
+ 'Error: You cannot have the same values for "--target" and "--locale".'
81
);
82
83
return EXIT_USER_INPUT;
0 commit comments