Skip to content

Commit

Permalink
Site Settings: Improve wording in AfterTheDeadline labels
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Feb 9, 2017
1 parent f0d409e commit 50e1091
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ class AfterTheDeadline extends Component {

{
this.renderToggle( 'onpublish', ! afterTheDeadlineModuleActive, translate(
'a post or page is first published'
'Posts or pages are first published'
) )
}

{
this.renderToggle( 'onupdate', ! afterTheDeadlineModuleActive, translate(
'a post or page is updated'
'Posts or pages are updated'
) )
}
</div>
Expand Down

0 comments on commit 50e1091

Please sign in to comment.