Skip to content

Commit

Permalink
Global Styles: Call "palettes" and not "color palettes" on panel label-
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Nov 26, 2021
1 parent 628e956 commit 7b2cb53
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -23,9 +23,9 @@ function ScreenColorPalette( { name } ) {
<>
<ScreenHeader
back={ parentMenu + '/colors' }
title={ __( 'Color Palette' ) }
title={ __( 'Palette' ) }
description={ __(
'Color palettes are used to provide default color options for blocks and various design tools. Here you can edit the colors with their labels.'
'Palettes are used to provide default color options for blocks and various design tools. Here you can edit the colors with their labels.'
) }
/>
<ToggleGroupControl
Expand Down

0 comments on commit 7b2cb53

Please sign in to comment.