diff --git a/src/Resources/contao/dca/tl_reader_config.php b/src/Resources/contao/dca/tl_reader_config.php index 0c62a41..08947ca 100644 --- a/src/Resources/contao/dca/tl_reader_config.php +++ b/src/Resources/contao/dca/tl_reader_config.php @@ -378,7 +378,7 @@ 'service' => [ 'label' => &$GLOBALS['TL_LANG']['tl_reader_config']['headTags_service'], 'inputType' => 'select', - 'options' => ['title', 'meta_description' => 'Meta description'], + 'options' => ['title' => 'Title', 'meta_description' => 'Meta description'], 'eval' => ['groupStyle' => 'width:50%', 'includeBlankOption' => true, 'decodeEntities' => true, 'chosen' => true], ], 'pattern' => [