only in patch2: unchanged: --- a/core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php +++ b/core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php @@ -231,7 +231,7 @@ protected function assertNodeConfig($required, $optional) { } // Check the optional default configuration in node module. - $string = $this->storage->findString(['source' => 'No front page content has been created yet.', 'context' => '', 'type' => 'configuration']); + $string = $this->storage->findString(['source' => 'No front page content has been created yet.
Follow the User Guide to start building your site.', 'context' => '', 'type' => 'configuration']); if ($optional) { $this->assertFalse($this->config('views.view.frontpage')->isNew()); $this->assertTrue($string, 'Node view text can be found with node and views modules.');