Skip to content

Commit

Permalink
Flex dimensions: Rename "Fill" to "Grow".
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Jun 24, 2024
1 parent 7c19dfd commit 05e7727
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default function ChildLayoutControl( {
<ToggleGroupControlOption
key="fill"
value="fill"
label={ __( 'Fill' ) }
label={ __( 'Grow' ) }
/>
<ToggleGroupControlOption
key="fixed"
Expand Down

0 comments on commit 05e7727

Please sign in to comment.