Skip to content
Snippets Groups Projects
Commit ed229194 authored by Christian Eßl's avatar Christian Eßl Committed by Daniel Goerz
Browse files

[BUGFIX] Fix missing "Page TSconfig" title

The title was missing in the Page TSconfig Info Module, because it was
read from the wrong language file.

Resolves: #90474
Releases: master, 9.5
Change-Id: Ia5111a538ce42acd9ca958837243306bda295823
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63357


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
parent 5a0c01bc
Branches
Tags
No related merge requests found
<h1>{f:translate(key: 'LLL:EXT:info/Resources/Private/Language/locallang.xlf:tsconf_title')}</h1>
<h1>{f:translate(key: 'LLL:EXT:info/Resources/Private/Language/InfoPageTsConfig.xlf:tsconf_title')}</h1>
<f:if condition="{csh}">
<span class="btn btn-default btn-sm"><f:format.raw>{csh}</f:format.raw></span>
</f:if>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment