Closed daun closed 1 week ago
Allow customizing the label of the Create Term button. This already works for collections, just not for taxonomies. Mostly copy-and-paste from the implementation for entries.
Create Term
// lang/en/messages.php return [ 'tags_taxonomy_create_term' => 'New Tag' ];
Allow customizing the label of the
Create Term
button. This already works for collections, just not for taxonomies. Mostly copy-and-paste from the implementation for entries.