From fe8e7ce64b4e7bc639d0e16e9d6654fbe1d526b6 Mon Sep 17 00:00:00 2001
From: Stefan Neufeind <typo3.neufeind@speedpartner.de>
Date: Fri, 13 Dec 2019 16:26:45 +0100
Subject: [PATCH] [DOCS] Adjust name for PageTitle API in documentation
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

The funtionality was named titleTag before. But the new API is
called PageTitle API.

Resolves: #89940
Releases: master, 9.5
Change-Id: Idd42c5c5f53d999351c787ac7edb474795132f48
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62625
Tested-by: Björn Jacob <bjoern.jacob@tritum.de>
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Guido Schmechel <guido.schmechel@brandung.de>
Tested-by: Oliver Bartsch <bo@cedev.de>
Tested-by: Daniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: Björn Jacob <bjoern.jacob@tritum.de>
Reviewed-by: Guido Schmechel <guido.schmechel@brandung.de>
Reviewed-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: Daniel Goerz <daniel.goerz@posteo.de>
---
 .../Changelog/9.4/Deprecation-85678-ConfigTitleTagFunction.rst  | 2 +-
 .../Changelog/9.4/Deprecation-85678-TsfeAltPageTitle.rst        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85678-ConfigTitleTagFunction.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85678-ConfigTitleTagFunction.rst
index 1eef2b543eb6..850bc6b1f851 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85678-ConfigTitleTagFunction.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85678-ConfigTitleTagFunction.rst
@@ -27,6 +27,6 @@ Instances using the option.
 Migration
 =========
 
-Please use the new TitleTag API to alter the title tag.
+Please use the new PageTitle API to alter the title tag.
 
 .. index:: TypoScript, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85678-TsfeAltPageTitle.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85678-TsfeAltPageTitle.rst
index db1fab201932..230ff0168bfe 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85678-TsfeAltPageTitle.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85678-TsfeAltPageTitle.rst
@@ -27,6 +27,6 @@ Instances using the property.
 Migration
 =========
 
-Please use the new TitleTag API to alter the title tag.
+Please use the new PageTitle API to alter the title tag.
 
 .. index:: TypoScript, NotScanned
-- 
GitLab