diff --git a/typo3/sysext/install/Resources/Private/Partials/Settings/Presets/Context/Debug.html b/typo3/sysext/install/Resources/Private/Partials/Settings/Presets/Context/Debug.html index b3546775da0b0a2e7a0d25fff711cc9ba8e352cb..3cfb4324276361ebb5258c0cd6fc3b6614577fc1 100644 --- a/typo3/sysext/install/Resources/Private/Partials/Settings/Presets/Context/Debug.html +++ b/typo3/sysext/install/Resources/Private/Partials/Settings/Presets/Context/Debug.html @@ -12,7 +12,7 @@ <label for="t3-install-tool-configuration-context-debug" class="t3-install-tool-configuration-radio-label"> <strong>Debug</strong> {f:if(condition: preset.isActive, then:' [Active]')} </label> - <p>Enable debug output, deprecation logs, and set logging to info level.</p> + <p>Enable debug output and set logging to info level.</p> </f:be.infobox> </html> diff --git a/typo3/sysext/install/Resources/Private/Partials/Settings/Presets/Context/Live.html b/typo3/sysext/install/Resources/Private/Partials/Settings/Presets/Context/Live.html index c9b4a1e28c8df592a26f2d511aaaf28df333a876..d41214a70ffacc7a3712a27866b76c4530ad408d 100644 --- a/typo3/sysext/install/Resources/Private/Partials/Settings/Presets/Context/Live.html +++ b/typo3/sysext/install/Resources/Private/Partials/Settings/Presets/Context/Live.html @@ -12,7 +12,7 @@ <label for="t3-install-tool-configuration-context-live" class="t3-install-tool-configuration-radio-label"> <strong>Live</strong> {f:if(condition: preset.isActive, then:' [Active]')} </label> - <p>Turn off debug output, deprecation logs, and set logging to warnings and errors only.</p> + <p>Turn off debug output and set logging to warnings and errors only.</p> </f:be.infobox> </html>