Skip to content

Commit

Permalink
Remove copy for managing a block's style variations (#48367)
Browse files Browse the repository at this point in the history
Co-authored-by: Nik Tsekouras <ntsekouras@outlook.com>
  • Loading branch information
tomdevisser and ntsekouras committed Feb 27, 2023
1 parent 2d61c0b commit c735ffb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export function ScreenVariations( { name, path = '' } ) {
return (
<div className="edit-site-global-styles-screen-variations">
<VStack spacing={ 3 }>
<p>Manage style variations, saved block appearence presets.</p>
<Subtitle>{ __( 'Style Variations' ) }</Subtitle>
<VariationsPanel name={ name } />
</VStack>
Expand Down

0 comments on commit c735ffb

Please sign in to comment.