diff --git a/typo3/sysext/core/Documentation/Changelog/master/Feature-90945-PSR-14EventForLocalizationControllerWhenReadingRecordscolumnsToBeTranslated.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-90945-PSR-14EventForLocalizationControllerWhenReadingRecordscolumnsToBeTranslated.rst
similarity index 56%
rename from typo3/sysext/core/Documentation/Changelog/master/Feature-90945-PSR-14EventForLocalizationControllerWhenReadingRecordscolumnsToBeTranslated.rst
rename to typo3/sysext/core/Documentation/Changelog/10.4/Feature-90945-PSR-14EventForLocalizationControllerWhenReadingRecordscolumnsToBeTranslated.rst
index 01e7b96f4fba93e7f0699a3d85adc33b640100d5..3ddb033af59b5a3ca03b05e0e0e4e9cae7f86b74 100644
--- a/typo3/sysext/core/Documentation/Changelog/master/Feature-90945-PSR-14EventForLocalizationControllerWhenReadingRecordscolumnsToBeTranslated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-90945-PSR-14EventForLocalizationControllerWhenReadingRecordscolumnsToBeTranslated.rst
@@ -9,25 +9,26 @@ See :issue:`90945`
 Description
 ===========
 
-A new PSR-14 event ``\TYPO3\CMS\Backend\Controller\Event\AfterPageColumnsSelectedForLocalizationEvent``
-has been added and will be dispatched after records and columns are collected in the ``LocalizationController``.
+A new PSR-14 event :php:`\TYPO3\CMS\Backend\Controller\Event\AfterPageColumnsSelectedForLocalizationEvent`
+has been added and will be dispatched after records and columns are collected in the :php`LocalizationController`.
 
 The event receives:
 
-* The default columns and columnsList built by ``LocalizationController``.
-* The list of records that were analyzed to create the columns manifest.
-* The parameters received by the ``LocalizationController``.
+* The default columns and columnsList built by :php:`LocalizationController`
+* The list of records that were analyzed to create the columns manifest
+* The parameters received by the :php`LocalizationController`
 
 The event allows changes to:
 
-* The columns and the columnsList.
+* the columns
+* the columnsList
 
 
 Impact
 ======
 
 This allows third party code to read or manipulate the "columns manifest" that gets displayed in the
-translation modal when a user has clicked the "Translate" button in the page module, by implementing
-a listener for the ``\TYPO3\CMS\Backend\Controller\Event\AfterPageColumnsSelectedForLocalizationEvent`` event.
+translation modal when a user has clicked the ``Translate`` button in the page module, by implementing
+a listener for the :php:`\TYPO3\CMS\Backend\Controller\Event\AfterPageColumnsSelectedForLocalizationEvent` event.
 
 .. index:: Backend, ext:backend