Skip to content

Commit

Permalink
Fix menu labels
Browse files Browse the repository at this point in the history
  • Loading branch information
George Hotelling committed Apr 27, 2021
1 parent 53a3c12 commit b615955
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/block-library/src/navigation/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,22 +178,22 @@ function Navigation( {
{
value: textColor.color,
onChange: setTextColor,
label: __( 'Text color' ),
label: __( 'Text' ),
},
{
value: backgroundColor.color,
onChange: setBackgroundColor,
label: __( 'Background text' ),
label: __( 'Background' ),
},
{
value: overlayTextColor.color,
onChange: setOverlayTextColor,
label: __( 'Overlay text color' ),
label: __( 'Overlay text' ),
},
{
value: overlayBackgroundColor.color,
onChange: setOverlayBackgroundColor,
label: __( 'Overlay background color' ),
label: __( 'Overlay background' ),
},
] }
/>
Expand Down

0 comments on commit b615955

Please sign in to comment.