diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Important-78650-TypoScriptServiceClassMovedFromExtbaseToCore.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Important-78650-TypoScriptServiceClassMovedFromExtbaseToCore.rst
index 30a9fec0dc322f088534518cde3733b9b748188c..0c5f7e85021c754fb8e92f40defe0a45d30e1fd4 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Important-78650-TypoScriptServiceClassMovedFromExtbaseToCore.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Important-78650-TypoScriptServiceClassMovedFromExtbaseToCore.rst
@@ -12,7 +12,8 @@ Description
 The PHP class :php:`TypoScriptService` has been moved to the core extension, as it has no direct link
 to Extbase, and a lot of other system extensions are using the class.
 
-The old class name is still registered as a class alias, so extensions can call the class via
-the Extbase PHP namespace in TYPO3 v8 without any downsides.
+The old class name :php:`TYPO3\CMS\Extbase\Service\TypoScriptService` is registered as a class alias
+for the new class name :php:`TYPO3\CMS\Core\TypoScript\TypoScriptService`, so extensions can call the
+class via the Extbase PHP namespace in TYPO3 v8 without any downsides.
 
 .. index:: PHP-API, ext:extbase, TypoScript