diff --git a/typo3/sysext/frontend/Configuration/TCA/tt_content.php b/typo3/sysext/frontend/Configuration/TCA/tt_content.php index 01ad1774377e1426b5dcf11b12c4ffec4115aaef..f595646caa4eb80f3c775c87c8aaf96c0a36d3b2 100644 --- a/typo3/sysext/frontend/Configuration/TCA/tt_content.php +++ b/typo3/sysext/frontend/Configuration/TCA/tt_content.php @@ -380,7 +380,7 @@ return [ 'type' => 'select', 'renderType' => 'selectSingle', 'items' => [ - ['LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:space_class_none', ''], + ['LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.default_value', ''], ['LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:space_class_extra_small', 'extra-small'], ['LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:space_class_small', 'small'], ['LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:space_class_medium', 'medium'], @@ -397,7 +397,7 @@ return [ 'type' => 'select', 'renderType' => 'selectSingle', 'items' => [ - ['LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:space_class_none', ''], + ['LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.default_value', ''], ['LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:space_class_extra_small', 'extra-small'], ['LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:space_class_small', 'small'], ['LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:space_class_medium', 'medium'],