Skip to content

Commit

Permalink
Improve panel title and description for palette (WordPress#61365)
Browse files Browse the repository at this point in the history
* Change "Palette" to "Edit Palette"

* Update Edit Palette description

* Use lowercase "palette" and "the" site
  • Loading branch information
richtabor authored May 7, 2024
1 parent e92b45a commit 0f4f077
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ function ScreenColorPalette( { name } ) {
return (
<>
<ScreenHeader
title={ __( 'Palette' ) }
title={ __( 'Edit palette' ) }
description={ __(
'Palettes are used to provide default color options for blocks and various design tools. Here you can edit the colors with their labels.'
'The combination of colors used across the site and in color pickers.'
) }
/>
<Tabs>
Expand Down

0 comments on commit 0f4f077

Please sign in to comment.