diff --git a/src/ContentRepository90/Rules/FusionPrimaryContentRector.php b/src/ContentRepository90/Rules/FusionPrimaryContentRector.php index ef562d4..270378d 100644 --- a/src/ContentRepository90/Rules/FusionPrimaryContentRector.php +++ b/src/ContentRepository90/Rules/FusionPrimaryContentRector.php @@ -16,7 +16,7 @@ public function getRuleDefinition(): RuleDefinition public function refactorFileContent(string $fileContent): string { - $comment = '// TODO 9.0 migration: You need to rewrite "Neos.Neos:PrimaryContent" to "Neos.Neos:ContentCollection".'; + $comment = '// TODO 9.0 migration: You need to refactor "Neos.Neos:PrimaryContent" to use "Neos.Neos:ContentCollection" instead.'; $regex = '/Neos\.Neos:PrimaryContent/'; if (preg_match($regex, $fileContent) === 1){