Skip to content

Commit

Permalink
Correct add_new_item label
Browse files Browse the repository at this point in the history
fixes #160
  • Loading branch information
wojsmol authored Jul 20, 2018
1 parent 0065117 commit 99d3615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/taxonomy.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'edit_item' => __( 'Edit {{label_ucfirst}}', '{{textdomain}}' ),
'update_item' => __( 'Update {{label_ucfirst}}', '{{textdomain}}' ),
'view_item' => __( 'View {{label_ucfirst}}', '{{textdomain}}' ),
'add_new_item' => __( 'New {{label_ucfirst}}', '{{textdomain}}' ),
'add_new_item' => __( 'Add New {{label_ucfirst}}', '{{textdomain}}' ),
'new_item_name' => __( 'New {{label_ucfirst}}', '{{textdomain}}' ),
'separate_items_with_commas' => __( 'Separate {{label_plural}} with commas', '{{textdomain}}' ),
'add_or_remove_items' => __( 'Add or remove {{label_plural}}', '{{textdomain}}' ),
Expand Down

0 comments on commit 99d3615

Please sign in to comment.