Skip to content

Commit

Permalink
Adjust beta message copy.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtias authored and youknowriad committed Jun 15, 2017
1 parent 423a2af commit c42a443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/header/tools/publish-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function PublishButton( {
const onClick = () => {
const doSave = isPublished ||
! process.env.NODE_ENV === 'production' ||
window.confirm( __( 'Keep in mind this is in Beta and may not display correctly on your theme' ) ); // eslint-disable-line no-alert
window.confirm( __( 'Keep in mind this plugin is a beta version and will not display correctly on your theme.' ) ); // eslint-disable-line no-alert
if ( doSave ) {
onStatusChange( publishStatus );
onSave();
Expand Down

0 comments on commit c42a443

Please sign in to comment.