From 82d5fb6dde86025567ac611ad86c6a8732e962bb Mon Sep 17 00:00:00 2001 From: drishu <aszilagyi@live.com> Date: Mon, 15 Nov 2021 18:25:05 +0200 Subject: [PATCH] OEL-726: Make help text relevant. --- oe_whitelabel.theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oe_whitelabel.theme b/oe_whitelabel.theme index 8df6bdff..b42c7187 100644 --- a/oe_whitelabel.theme +++ b/oe_whitelabel.theme @@ -119,7 +119,7 @@ function oe_whitelabel_form_system_theme_settings_alter(&$form, FormStateInterfa 'light' => t('Light header'), ], '#default_value' => theme_get_setting('header_style'), - '#description' => t('Choose "European Commission" for websites hosted under the ec.europa.eu domain and "European Union" for websites hosted under the europa.eu domain.'), + '#description' => t('Choose the header color'), ]; } -- GitLab