Skip to content

Commit

Permalink
rename border menu to border & shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
madhusudhand committed Dec 30, 2022
1 parent 0883fb7 commit 164d870
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ function ContextMenu( { name, parentMenu = '' } ) {
<NavigationButtonAsItem
icon={ border }
path={ parentMenu + '/border' }
aria-label={ __( 'Border styles' ) }
aria-label={ __( 'Border and shadow styles' ) }
>
{ __( 'Border' ) }
{ __( 'Border & Shadow' ) }
</NavigationButtonAsItem>
) }
{ hasLayoutPanel && (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function ScreenBorder( { name } ) {

return (
<>
<ScreenHeader title={ __( 'Border' ) } />
<ScreenHeader title={ __( 'Border & Shadow' ) } />
<BlockPreviewPanel name={ name } />
{ hasBorderPanel && <BorderPanel name={ name } /> }
{ hasShadowPanel && <ShadowPanel name={ name } /> }
Expand Down

0 comments on commit 164d870

Please sign in to comment.