Problem/Motivation

In Drupal 8, the node module is no longer required. However, the site information field description for the front page refers to the content feed even when node is disabled.

Proposed resolution

Change the text from:

Leave blank to display the default content feed.

To:

Leave blank to display the default front page.

The latter is already true, regardless of what the default front page is for that installation.

User interface changes

Before

frontpage_before.png

After

frontpage_after.png

CommentFileSizeAuthor
frontpage_after.png7 KBxjm
frontpage_before.png7.09 KBxjm
frontpage.patch872 bytesxjm
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tim.plunkett’s picture

Status: Needs review » Reviewed & tested by the community

Assuming there aren't any tests checking this string, RTBC

xjm’s picture

Title: admin/config/system/site-information still says "Leave blank to display the default content feed." when node is disabled » admin/config/system/site-information still references the default content feed when node.module is disabled

Retitling to avoid a commit message disaster. ;)

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Comitted and pushed to 8.x, along with removing that pre-existing double space which makes kittens cry. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.