From 1d8464bd9bb359df5e41ebddef7d66ca9fdc28f6 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Mon, 27 Jul 2015 14:00:03 +0100 Subject: [PATCH] Issue #2475231 by jcnventura, mgifford, xjm: Content translation header in content type edit form is not styled correctly --- core/modules/content_translation/content_translation.module | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/content_translation/content_translation.module b/core/modules/content_translation/content_translation.module index 3b29ecc99082..3f9ace427ec3 100644 --- a/core/modules/content_translation/content_translation.module +++ b/core/modules/content_translation/content_translation.module @@ -466,7 +466,6 @@ function content_translation_language_configuration_element_process(array $eleme // default to no translatability. '#default_value' => $context['bundle'] ? \Drupal::service('content_translation.manager')->isEnabled($context['entity_type'], $context['bundle']) : FALSE, '#element_validate' => array('content_translation_language_configuration_element_validate'), - '#prefix' => '<label>' . t('Translation') . '</label>', ); $submit_name = isset($form['actions']['save_continue']) ? 'save_continue' : 'submit'; -- GitLab