Skip to content

Commit

Permalink
Use english apostrophe, not single commas
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Sep 11, 2018
1 parent 7322881 commit 874a40b
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -97,7 +97,7 @@ class PostPublishPanel extends Component {
</PostPublishPanelPostpublish>
) }
<CheckboxControl
label={ __( "Don't show this sidebar again." ) }
label={ __( 'Don’t show this sidebar again.' ) }
checked={ ! isPublishSidebarEnabled }
onChange={ onTogglePublishSidebar }
/>
Expand Down

0 comments on commit 874a40b

Please sign in to comment.