Skip to content

Commit

Permalink
Updated warning text
Browse files Browse the repository at this point in the history
  • Loading branch information
Copons committed Dec 13, 2019
1 parent ccb3018 commit 248a4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/experiments-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function gutenberg_initialize_experiments_settings() {
'gutenberg-experiments',
'gutenberg_experiments_section',
array(
'label' => __( 'Enable Full Site Editing (Warning: this will break the site)', 'gutenberg' ),
'label' => __( 'Enable Full Site Editing (Warning: this will replace your theme and cause potentially irreversible changes to your site. Please consider using this only in a development environment.)', 'gutenberg' ),
'id' => 'gutenberg-full-site-editing',
)
);
Expand Down

0 comments on commit 248a4ea

Please sign in to comment.