Skip to content

Commit

Permalink
Use apostrophe instead of single-quote character.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimadin committed Oct 21, 2018
1 parent fb707bf commit 9cce198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/editor/src/components/post-locked-modal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ class PostLockedModal extends Component {
{ userDisplayName ?
sprintf(
/* translators: %s: user's display name */
__( '%s now has editing control of this post. Don\'t worry, your changes up to this moment have been saved.' ),
__( '%s now has editing control of this post. Dont worry, your changes up to this moment have been saved.' ),
userDisplayName
) :
__( 'Another user now has editing control of this post. Don\'t worry, your changes up to this moment have been saved.' )
__( 'Another user now has editing control of this post. Dont worry, your changes up to this moment have been saved.' )
}
</div>

Expand Down

0 comments on commit 9cce198

Please sign in to comment.