Problem/Motivation
Currently, unlike the node edit form page, is trivial to know what type of taxonomy term(vocabulary) is being editing, specially for content editor people. As you may notice in the Article Content Type edit form, there is this pattern in the form's title: "Edit + {type of node} + {node title}"
Article Content Type edit form vs Taxonomy Term edit form:
Steps to reproduce
- Install Drupal 10.1.x with the standard profile.
- Create one
Article
orBasic page
content. - Create one
Vocabulary
and later add a term for it. - Compare the
node edit form's title
with thetaxonomy term edit form's title
.
Proposed resolution
It would be nice to have the same form's title pattern in the Taxonomy Term edit form as Node edit form has.
New Taxonomy Term edit form's title:
Remaining tasks
None
User interface changes
Yes
API changes
None
Data model changes
None
Release notes snippet
None