Issue #2396537 by joachim, prajaankit, shackr, msound: page title for the 'Add comment type' form says only 'Add'
parent
2a554518d8
commit
8f9c2bb7a4
|
@ -102,7 +102,7 @@ entity.comment_type.add_form:
|
||||||
path: '/admin/structure/comment/types/add'
|
path: '/admin/structure/comment/types/add'
|
||||||
defaults:
|
defaults:
|
||||||
_entity_form: 'comment_type.add'
|
_entity_form: 'comment_type.add'
|
||||||
_title: 'Add'
|
_title: 'Add comment type'
|
||||||
requirements:
|
requirements:
|
||||||
_permission: 'administer comment types'
|
_permission: 'administer comment types'
|
||||||
options:
|
options:
|
||||||
|
|
Loading…
Reference in New Issue