diff --git a/oe_whitelabel.theme b/oe_whitelabel.theme index 4597bfbd71f88deaa63f8aa2313027a4bf784fad..9c95a19ff7167f200760d72ed46b37bafc6fe7ec 100644 --- a/oe_whitelabel.theme +++ b/oe_whitelabel.theme @@ -147,7 +147,7 @@ function oe_whitelabel_preprocess_page(&$variables) { $site_logo_href = 'https://ec.europa.eu/info'; } elseif ($variables['bcl_component_library'] === 'eu') { - $variables['logo_aria_label'] = t('Home') . ' - ' . t('European Union'); + $variables['logo_aria_label'] = t('Home - European Union'); $variables['site_logo_alt'] = t('European Union flag'); $variables['site_logo_title'] = t('European Union'); $site_logo_href = 'https://european-union.europa.eu';