Skip to content

Commit 02b57c7

Browse files
authored
Merge pull request #163 from wojsmol/patch-1
Correct add_new_item label
2 parents 0065117 + 99d3615 commit 02b57c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/taxonomy.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'edit_item' => __( 'Edit {{label_ucfirst}}', '{{textdomain}}' ),
2424
'update_item' => __( 'Update {{label_ucfirst}}', '{{textdomain}}' ),
2525
'view_item' => __( 'View {{label_ucfirst}}', '{{textdomain}}' ),
26-
'add_new_item' => __( 'New {{label_ucfirst}}', '{{textdomain}}' ),
26+
'add_new_item' => __( 'Add New {{label_ucfirst}}', '{{textdomain}}' ),
2727
'new_item_name' => __( 'New {{label_ucfirst}}', '{{textdomain}}' ),
2828
'separate_items_with_commas' => __( 'Separate {{label_plural}} with commas', '{{textdomain}}' ),
2929
'add_or_remove_items' => __( 'Add or remove {{label_plural}}', '{{textdomain}}' ),

0 commit comments

Comments
 (0)