diff --git a/typo3/sysext/form/Configuration/TCA/Overrides/tt_content.php b/typo3/sysext/form/Configuration/TCA/Overrides/tt_content.php index a3f88a743e3416cbf49208bfe6c404f484d75640..4102c6768188a49bb2542154b5c79e69878437ec 100644 --- a/typo3/sysext/form/Configuration/TCA/Overrides/tt_content.php +++ b/typo3/sysext/form/Configuration/TCA/Overrides/tt_content.php @@ -7,7 +7,7 @@ call_user_func(static function () { $contentTypeName = \TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin( 'Form', 'Formframework', - 'Form', + 'LLL:EXT:form/Resources/Private/Language/locallang.xlf:form_new_wizard_title', 'content-form', 'forms' ); diff --git a/typo3/sysext/indexed_search/Configuration/TCA/Overrides/tt_content.php b/typo3/sysext/indexed_search/Configuration/TCA/Overrides/tt_content.php index 6f9cd21eacdace1c32eafba520cc89ff2473ab7a..12c3c317a5681ce57c4124ff329a3db9e781cbb9 100644 --- a/typo3/sysext/indexed_search/Configuration/TCA/Overrides/tt_content.php +++ b/typo3/sysext/indexed_search/Configuration/TCA/Overrides/tt_content.php @@ -7,7 +7,7 @@ call_user_func(static function () { $pluginSignature = \TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin( 'IndexedSearch', 'Pi2', - 'Indexed Search', + 'LLL:EXT:indexed_search/Resources/Private/Language/locallang_db.xlf:plugin_title', 'mimetypes-x-content-form-search' ); $GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist'][$pluginSignature] = 'layout,pages,recursive';