diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-33071-AddTheHttpHeaderContent-LanguageWhenRenderingAPage.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-33071-AddTheHttpHeaderContent-LanguageWhenRenderingAPage.rst
index 6264fbb847c0b1a5b4bdb93c7f68f9522df961b2..6371401634045edbfe28b01bec3ab4fd7a09000f 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-33071-AddTheHttpHeaderContent-LanguageWhenRenderingAPage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-33071-AddTheHttpHeaderContent-LanguageWhenRenderingAPage.rst
@@ -10,10 +10,10 @@ See :issue:`33071`
 Description
 ===========
 
-By default a header "Content-language: XX" is sent where "XX" is the iso code of the sys_language_content if that is
-properly defined by the sys_language record representing the sys_language_uid.
-The "config.disableLanguageHeader" will disable that.
-
+By default a header "Content-language: XX" is sent where "XX" is the iso code of the
+sys_language_content (in the sys_language record, it is represented by the sys_language_isocode field),
+if that is properly defined by the sys_language record representing the sys_language_uid.
+Setting "config.disableLanguageHeader" disables that.
 
 
 Impact