Skip to content

Commit cd84a6e

Browse files
committed
fix: Typo
1 parent 76cd73f commit cd84a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Commands/Translation/LocalizationSync.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function run(array $params)
7777

7878
if ($optionTargetLocale === $optionLocale) {
7979
CLI::error(
80-
'Error: You cannot have the same values "--target" and "--locale".'
80+
'Error: You cannot have the same values for "--target" and "--locale".'
8181
);
8282

8383
return EXIT_USER_INPUT;

0 commit comments

Comments
 (0)