Skip to content

Commit

Permalink
Update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Sep 11, 2018
1 parent 6e4a03f commit 922f270
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 }
>
{ __( 'Publish Sidebar' ) }
{ __( 'Show publish confirmation' ) }
</MenuItem>
);
};
Expand Down
4 changes: 2 additions & 2 deletions packages/editor/src/components/post-publish-panel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ class PostPublishPanel extends Component {
</div>
<div className="editor-post-publish-panel__footer">
<CheckboxControl
label={ __( 'Don’t show this sidebar again.' ) }
checked={ ! isPublishSidebarEnabled }
label={ __( 'Show this confirmation every time I publish.' ) }
checked={ isPublishSidebarEnabled }
onChange={ onTogglePublishSidebar }
/>
</div>
Expand Down

0 comments on commit 922f270

Please sign in to comment.