Skip to content

Commit

Permalink
Merge pull request #163 from wojsmol/patch-1
Browse files Browse the repository at this point in the history
Correct add_new_item label
  • Loading branch information
schlessera authored Jul 24, 2018
2 parents 0065117 + 99d3615 commit 02b57c7
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 02b57c7

Please sign in to comment.