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 ea61004 commit a3d2baf
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 a3d2baf

Please sign in to comment.