From c42a4432960cfefcbcf5d60dc6cf68ea265c6cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Ventura?= Date: Thu, 15 Jun 2017 13:28:38 +0200 Subject: [PATCH] Adjust beta message copy. --- editor/header/tools/publish-button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/header/tools/publish-button.js b/editor/header/tools/publish-button.js index 92081821e55717..d05705f2e92796 100644 --- a/editor/header/tools/publish-button.js +++ b/editor/header/tools/publish-button.js @@ -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();