The admin link for Add Content says "Add Content".

However, the page title when I click it (at node/add) is "Add page". This is a disconnect. Change them to be consistent please.

CommentFileSizeAuthor
#1 2120851-1.patch434 bytesswentel
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

swentel’s picture

Status: Active » Needs review
Issue tags: +Usability
FileSize
434 bytes

tagging as well

jhodgdon’s picture

Status: Needs review » Reviewed & tested by the community

That does it. Thanks! Applied patch, cleared cache, no more cognitive disconnect.

alexpott’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Fixed

Committed 2d0b208 and pushed to 8.x. Thanks!

alexpott’s picture

+++ b/core/modules/node/node.routing.yml
@@ -23,7 +23,7 @@ node.page_edit:
 node.add_page:
   path: '/node/add'
   defaults:
-    _title: 'Add page'
+    _title: 'Add content'
     _content: '\Drupal\node\Controller\NodeController::addPage'

Although I just committed this actually looking I think we create a followup to rename this route and method - node.add_page and addPage() are as much as a disconnect as the title.

Status: Fixed » Closed (fixed)

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