Skip to content

Commit 256de01

Browse files
committed
Navigation overlay: update area description
1 parent bd140cf commit 256de01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/block-template-utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function get_allowed_block_template_part_areas() {
103103
'area' => WP_TEMPLATE_PART_AREA_NAVIGATION_OVERLAY,
104104
'label' => _x( 'Navigation Overlay', 'template part area' ),
105105
'description' => __(
106-
'The Navigation Overlay template defines a full-screen overlay area that typically contains navigation links and can be toggled on and off.'
106+
'The Navigation Overlay template defines an overlay area that typically contains navigation links and can be toggled open and closed.'
107107
),
108108
'icon' => 'navigation-overlay',
109109
'area_tag' => 'div',

0 commit comments

Comments
 (0)