From ed229194471dbc3f6392d62265aa5dd4753d800f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christian=20E=C3=9Fl?= <indy.essl@gmail.com>
Date: Fri, 21 Feb 2020 21:24:18 +0100
Subject: [PATCH] [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: TYPO3com <noreply@typo3.com>
Tested-by: Oliver Bartsch <bo@cedev.de>
Tested-by: Daniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Daniel Goerz <daniel.goerz@posteo.de>
---
 .../info/Resources/Private/Partials/PageTsConfig/Page.html      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typo3/sysext/info/Resources/Private/Partials/PageTsConfig/Page.html b/typo3/sysext/info/Resources/Private/Partials/PageTsConfig/Page.html
index a52bf0df72cb..1ddd2a11ac0f 100644
--- a/typo3/sysext/info/Resources/Private/Partials/PageTsConfig/Page.html
+++ b/typo3/sysext/info/Resources/Private/Partials/PageTsConfig/Page.html
@@ -1,4 +1,4 @@
-<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>
-- 
GitLab