Skip to content

Commit

Permalink
Reword terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Sep 6, 2024
1 parent 613c95e commit df42492
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ function SimpleEditingModeSelector( props, ref ) {
choices={ [
{
value: 'advanced',
label: __( 'Advanced' ),
label: __( 'Design' ),
info: __(
'Full control over layout and styling'
),
},
{
value: 'simple',
label: __( 'Simple' ),
label: __( 'Edit' ),
info: __(
'Focus on page structure and content'
),
Expand Down

0 comments on commit df42492

Please sign in to comment.