Skip to content

Commit

Permalink
Edited text of button to be actionable (#14347)
Browse files Browse the repository at this point in the history
  • Loading branch information
mapk authored and youknowriad committed Mar 20, 2019
1 parent acc5db8 commit 2e1c48a
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 @@ -145,7 +145,7 @@ class PostLockedModal extends Component {
const allPostsUrl = getWPAdminURL( 'edit.php', {
post_type: get( postType, [ 'slug' ] ),
} );
const allPostsLabel = get( postType, [ 'labels', 'all_items' ] );
const allPostsLabel = __( 'Exit the Editor' );
return (
<Modal
title={ isTakeover ? __( 'Someone else has taken over this post.' ) : __( 'This post is already being edited.' ) }
Expand Down

0 comments on commit 2e1c48a

Please sign in to comment.