We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0065117 + 99d3615 commit 02b57c7Copy full SHA for 02b57c7
templates/taxonomy.mustache
@@ -23,7 +23,7 @@
23
'edit_item' => __( 'Edit {{label_ucfirst}}', '{{textdomain}}' ),
24
'update_item' => __( 'Update {{label_ucfirst}}', '{{textdomain}}' ),
25
'view_item' => __( 'View {{label_ucfirst}}', '{{textdomain}}' ),
26
- 'add_new_item' => __( 'New {{label_ucfirst}}', '{{textdomain}}' ),
+ 'add_new_item' => __( 'Add New {{label_ucfirst}}', '{{textdomain}}' ),
27
'new_item_name' => __( 'New {{label_ucfirst}}', '{{textdomain}}' ),
28
'separate_items_with_commas' => __( 'Separate {{label_plural}} with commas', '{{textdomain}}' ),
29
'add_or_remove_items' => __( 'Add or remove {{label_plural}}', '{{textdomain}}' ),
0 commit comments