diff --git a/core/modules/node/src/Tests/Views/NodeLanguageTest.php b/core/modules/node/src/Tests/Views/NodeLanguageTest.php index 653942f..97ef4e3 100644 --- a/core/modules/node/src/Tests/Views/NodeLanguageTest.php +++ b/core/modules/node/src/Tests/Views/NodeLanguageTest.php @@ -157,7 +157,7 @@ public function testLanguages() { // Test the front page view filter. Only node titles in the current language // should be displayed on the front page by default. foreach ($this->nodeTitles as $langcode => $titles) { - // @todo Should the frontpage always display untranslatable content? + // The frontpage view does not display content without a language. if ($langcode == LanguageInterface::LANGCODE_NOT_SPECIFIED) { continue; }