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 28, 2021
1 parent dfed64c commit 12c25eb
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 12c25eb

Please sign in to comment.