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 authored and noisysocks committed Nov 29, 2021
1 parent 726c41c commit 63dd663
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 63dd663

Please sign in to comment.