Skip to content

Commit

Permalink
Update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Sep 12, 2018
1 parent 922f270 commit d7d1b77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const PublishSidebarToggle = function( { onToggle, isEnabled } ) {
role="menuitemcheckbox"
onClick={ onToggle }
>
{ __( 'Show publish confirmation' ) }
{ __( 'Enable pre-publish checks' ) }
</MenuItem>
);
};
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/src/components/post-publish-panel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class PostPublishPanel extends Component {
</div>
<div className="editor-post-publish-panel__footer">
<CheckboxControl
label={ __( 'Show this confirmation every time I publish.' ) }
label={ __( 'Show this pre-publish check every time I publish.' ) }
checked={ isPublishSidebarEnabled }
onChange={ onTogglePublishSidebar }
/>
Expand Down

0 comments on commit d7d1b77

Please sign in to comment.