diff --git a/src/console/actions/ConvertRedactor.php b/src/console/actions/ConvertRedactor.php index 647fb97..4b91a4a 100644 --- a/src/console/actions/ConvertRedactor.php +++ b/src/console/actions/ConvertRedactor.php @@ -256,7 +256,7 @@ public function run(): int } $this->controller->stdout("\n ✓ Finished converting Redactor fields.\n", Console::FG_GREEN, Console::BOLD); - $this->stdout("\nCommit your project config changes, + $this->controller->stdout("\nCommit your project config changes, and run `craft up` on other environments for the changes to take effect.\n", Console::FG_GREEN);