statamic / cms

The core Laravel CMS Composer package
https://statamic.com
Other
4.09k stars 534 forks source link

[5.x] Allow customizing term create label #11103

Closed daun closed 1 week ago

daun commented 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.

// lang/en/messages.php

return [
    'tags_taxonomy_create_term' => 'New Tag'
];
Screenshot 2024-11-10 at 20 08 06