Skip to content

Commit

Permalink
Update copy for color variations from "Presets" to "Palettes" (WordPr…
Browse files Browse the repository at this point in the history
…ess#62147)

* 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 authored and carstingaxion committed Jun 4, 2024
1 parent a0a1277 commit 0371508
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 0371508

Please sign in to comment.