... | ... |
@@ -54,7 +54,7 @@ $GLOBALS['TL_DCA']['tl_page']['fields']['cookieconsent_services'] = array |
54 | 54 |
|
55 | 55 |
$GLOBALS['TL_DCA']['tl_page']['fields']['cookieconsent_categories_custom'] = array |
56 | 56 |
( |
57 |
- 'label' => &$GLOBALS['TL_LANG']['tl_page']['cookieconsent_services_custom'], |
|
57 |
+ 'label' => &$GLOBALS['TL_LANG']['tl_page']['cookieconsent_categories_custom'], |
|
58 | 58 |
'exclude' => true, |
59 | 59 |
'inputType' => 'textarea', |
60 | 60 |
'eval' => array('allowHtml'=>true, 'class'=>'monospace', 'rte'=>'ace|javascript', 'tl_class'=>'clr'), |
... | ... |
@@ -15,7 +15,7 @@ $GLOBALS['TL_LANG']['tl_page']['cookieconsent_enable'] = array('Enable cookie co |
15 | 15 |
$GLOBALS['TL_LANG']['tl_page']['cookieconsent_link'] = array('Link to privacy policy', 'Here you can provide a link to the privacy policy.'); |
16 | 16 |
$GLOBALS['TL_LANG']['tl_page']['cookieconsent_services'] = array('Blocked services', 'Select which services you want to block and which the user can unlock with a consent.'); |
17 | 17 |
$GLOBALS['TL_LANG']['tl_page']['cookieconsent_services_custom'] = array('Custom services', 'Here you can configure additional services as Javascript objects.'); |
18 |
-$GLOBALS['TL_LANG']['tl_page']['cookieconsent_categories_custom'] = array('Weitere Kategorien', 'Here you can configure additional categories as Javascript objects.'); |
|
18 |
+$GLOBALS['TL_LANG']['tl_page']['cookieconsent_categories_custom'] = array('Custom categories', 'Here you can configure additional categories as Javascript objects.'); |
|
19 | 19 |
|
20 | 20 |
/* |
21 | 21 |
* Legends |