Skip to content

Commit

Permalink
Remove "& Shadow" from ScreenHeader (WordPress#48043)
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Feb 18, 2023
1 parent 0414d3a commit 356a1b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function ScreenBorder( { name, variation = '' } ) {
const variationClassName = getVariationClassName( variation );
return (
<>
<ScreenHeader title={ __( 'Border & Shadow' ) } />
<ScreenHeader title={ __( 'Border' ) } />
<BlockPreviewPanel name={ name } variation={ variationClassName } />
{ hasBorderPanel && (
<BorderPanel name={ name } variation={ variation } />
Expand Down

0 comments on commit 356a1b1

Please sign in to comment.