diff --git a/core/modules/content_translation/content_translation.pages.inc b/core/modules/content_translation/content_translation.pages.inc index c3ecce9..b652900 100644 --- a/core/modules/content_translation/content_translation.pages.inc +++ b/core/modules/content_translation/content_translation.pages.inc @@ -63,7 +63,7 @@ function content_translation_overview(EntityInterface $entity) { } // Only show the translations column if there is more than one source value. - $show_shource_column = count($language_as_source) > 1; + $show_source_column = count($language_as_source) > 1; // Set up the translations table. if ($show_source_column) {