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 13, 2022
1 parent 2e4271b commit 6c00097
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
Expand Up @@ -16,7 +16,7 @@ function ScreenBorder( { name } ) {

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

0 comments on commit 6c00097

Please sign in to comment.