Skip to content

Commit 03d730b

Browse files
committed
Update experiments page with warning about the mobile app version
1 parent 0d5fb18 commit 03d730b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/experiments-page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function gutenberg_initialize_experiments_settings() {
5858
'gutenberg-experiments',
5959
'gutenberg_experiments_section',
6060
array(
61-
'label' => __( 'Enable the refactored gallery block', 'gutenberg' ),
61+
'label' => __( 'Enable the refactored gallery block (Warning: The refactored gallery is not compatible with WordPress mobile apps prior to version 17.8. If you use the mobile app, please update to the latest version to avoid content loss.)', 'gutenberg' ),
6262
'id' => 'gutenberg-gallery-refactor',
6363
)
6464
);

0 commit comments

Comments
 (0)