diff --git a/typo3/sysext/seo/Configuration/TCA/Overrides/pages.php b/typo3/sysext/seo/Configuration/TCA/Overrides/pages.php index a242806ed1c31a5c14f61c45728e42297869e326..7938c7cca2a9920ef91b8daca378a3a6c747279e 100644 --- a/typo3/sysext/seo/Configuration/TCA/Overrides/pages.php +++ b/typo3/sysext/seo/Configuration/TCA/Overrides/pages.php @@ -76,7 +76,7 @@ $tca = [ 'exclude' => true, 'l10n_mode' => 'exclude', 'onChange' => 'reload', - 'label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.no_index', + 'label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.no_index_formlabel', 'config' => [ 'type' => 'check', 'renderType' => 'checkboxToggle', @@ -92,7 +92,7 @@ $tca = [ 'no_follow' => [ 'exclude' => true, 'l10n_mode' => 'exclude', - 'label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.no_follow', + 'label' => 'LLL:EXT:seo/Resources/Private/Language/locallang_tca.xlf:pages.no_follow_formlabel', 'config' => [ 'type' => 'check', 'renderType' => 'checkboxToggle',