Skip to content

Commit

Permalink
Add an additional warning for the FSE experiment setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Copons committed Dec 13, 2019
1 parent ccbd344 commit ccb3018
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', 'gutenberg' ),
'label' => __( 'Enable Full Site Editing (Warning: this will break the site)', 'gutenberg' ),
'id' => 'gutenberg-full-site-editing',
)
);
Expand Down

0 comments on commit ccb3018

Please sign in to comment.