Skip to content

Commit

Permalink
Use title case for copy
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Jul 16, 2018
1 parent eca4224 commit 3677a65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core-blocks/archives/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ class ArchivesBlock extends Component {
<InspectorControls key="inspector">
<PanelBody title={ __( 'Archives Settings' ) }>
<ToggleControl
label={ __( 'Show post counts' ) }
label={ __( 'Show Post Counts' ) }
checked={ showPostCounts }
onChange={ this.toggleShowPostCounts }
/>
<ToggleControl
label={ __( 'Display as dropdown' ) }
label={ __( 'Display as Dropdown' ) }
checked={ displayAsDropdown }
onChange={ this.toggleDisplayAsDropdown }
/>
Expand Down

0 comments on commit 3677a65

Please sign in to comment.