Skip to content

Commit

Permalink
Editor: Fix typo in translation string (#42673)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-mendonca authored Jul 25, 2022
1 parent 1a25f1b commit 5cca6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/post-locked-modal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export default function PostLockedModal() {
? sprintf(
/* translators: %s: user's display name */
__(
'<strong>%s</strong> now has editing control of this posts (<PreviewLink />). Don’t worry, your changes up to this moment have been saved.'
'<strong>%s</strong> now has editing control of this post (<PreviewLink />). Don’t worry, your changes up to this moment have been saved.'
),
userDisplayName
)
Expand Down

0 comments on commit 5cca6b6

Please sign in to comment.