diff --git a/core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php b/core/modules/locale/tests/src/Functional/LocaleConfigTranslationTest.php index 4d1b9df2cd6bd70f71c976aa76152966a47715fb..beae85d3e62f36fee4d3d9ed0e45f21c7f5161b5 100644 --- 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.<br/>Follow the <a href="https://www.drupal.org/docs/user_guide/en/index.html">User Guide</a> 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.'); diff --git a/core/modules/node/config/optional/views.view.frontpage.yml b/core/modules/node/config/optional/views.view.frontpage.yml index d05e291987bcec0663f6a84a46e3410dd22daf23..8decfdfd162ec32bf83264f9f96f5a8f1479e1b4 100644 --- a/core/modules/node/config/optional/views.view.frontpage.yml +++ b/core/modules/node/config/optional/views.view.frontpage.yml @@ -28,7 +28,7 @@ display: empty: area_text_custom: admin_label: '' - content: 'No front page content has been created yet.' + content: 'No front page content has been created yet.<br/>Follow the <a href="https://www.drupal.org/docs/user_guide/en/index.html">User Guide</a> to start building your site.' empty: true field: area_text_custom group_type: group