Skip to content

Commit

Permalink
Update copy for color variations from "Presets" to "Palettes" (#62147)
Browse files Browse the repository at this point in the history
* presets -> palettes

* Colors -> Palettes copy

Co-authored-by: richtabor <richtabor@git.wordpress.org>
Co-authored-by: jasmussen <joen@git.wordpress.org>
Co-authored-by: bgardner <bgardner@git.wordpress.org>
  • Loading branch information
4 people committed May 30, 2024
1 parent 5132888 commit 82e7b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function ColorPalettePanel( { name } ) {
slugPrefix="custom-"
popoverProps={ popoverProps }
/>
<ColorVariations title={ __( 'Presets' ) } />
<ColorVariations title={ __( 'Palettes' ) } />
</VStack>
);
}
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function SidebarNavigationScreenGlobalStylesContent() {
>
<StyleVariationsContainer gap={ gap } />
{ colorVariations?.length && (
<ColorVariations title={ __( 'Colors' ) } gap={ gap } />
<ColorVariations title={ __( 'Palettes' ) } gap={ gap } />
) }
{ typographyVariations?.length && (
<TypographyVariations
Expand Down

0 comments on commit 82e7b7a

Please sign in to comment.