Browse code

Fix error in translations

Benjamin Roth authored on12/12/2019 10:44:53
Showing2 changed files
... ...
@@ -11,5 +11,5 @@
11 11
 /**
12 12
  * Miscellaneous
13 13
  */
14
-$GLOBALS['TL_LANG']['MSC']['cookieconsent_settings'] = array('Cookie-Einwilligung Einstellungen');
14
+$GLOBALS['TL_LANG']['MSC']['cookieconsent_settings'] = 'Cookie-Einwilligung Einstellungen';
15 15
 
... ...
@@ -11,5 +11,5 @@
11 11
 /**
12 12
  * Miscellaneous
13 13
  */
14
-$GLOBALS['TL_LANG']['MSC']['cookieconsent_settings'] = array('Cookie consent settings');
14
+$GLOBALS['TL_LANG']['MSC']['cookieconsent_settings'] = 'Cookie consent settings';
15 15