diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88540-ChangedRequestWorkflowForFrontendRequests.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88540-ChangedRequestWorkflowForFrontendRequests.rst
index 4a8cd05ade8162559460a9f19f04405ef633da33..ce43d8aec472ffb6578f607fef43983179afaf4f 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88540-ChangedRequestWorkflowForFrontendRequests.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88540-ChangedRequestWorkflowForFrontendRequests.rst
@@ -26,7 +26,7 @@ other / extended functionality.
 The following changes have been made:
 
 Storing session data from a Frontend User Session / Anonymous session is now triggered within the Frontend User
-(`frontend-user-authenticator`) Middleware, at a later point - once the page was generated. Up until TYPO3 v9, this
+(`typo3/cms-frontend/authentication`) Middleware, at a later point - once the page was generated. Up until TYPO3 v9, this
 was part of the RequestHandler logic right after content was put together. This was due to legacy reasons of the
 previous hook execution order.