Skip to content

Commit

Permalink
Fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Taylor committed Jul 25, 2017
1 parent 5c7b5c1 commit 590b828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PostTypeFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function labels()
'new_item' => "New {$singular}",
'edit_item' => "Edit {$singular}",
'view_item' => "View {$singular}",
'all_items' => "All {$singular}",
'all_items' => "All {$plural}",
'search_items' => "Search {$plural}",
'not_found' => "No {$plural} found.",
'not_found_in_trash' => "No {$plural} found in Trash.",
Expand Down

0 comments on commit 590b828

Please sign in to comment.