From 8f9c2bb7a44075de744e07461d04d8001eac1c80 Mon Sep 17 00:00:00 2001 From: webchick Date: Sat, 17 Jan 2015 12:56:44 -0800 Subject: [PATCH] Issue #2396537 by joachim, prajaankit, shackr, msound: page title for the 'Add comment type' form says only 'Add' --- core/modules/comment/comment.routing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/comment/comment.routing.yml b/core/modules/comment/comment.routing.yml index a90f41013e5..521138746bc 100644 --- a/core/modules/comment/comment.routing.yml +++ b/core/modules/comment/comment.routing.yml @@ -102,7 +102,7 @@ entity.comment_type.add_form: path: '/admin/structure/comment/types/add' defaults: _entity_form: 'comment_type.add' - _title: 'Add' + _title: 'Add comment type' requirements: _permission: 'administer comment types' options: