Skip to content

Commit

Permalink
Global Styles: Make strings translatable (WordPress#60127)
Browse files Browse the repository at this point in the history
Co-authored-by: pedro-mendonca <pedromendonca@git.wordpress.org>
Co-authored-by: swissspidy <swissspidy@git.wordpress.org>
  • Loading branch information
3 people authored and carstingaxion committed Mar 27, 2024
1 parent 3aeab0f commit beaf6f9
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -25,8 +25,8 @@ function ScreenColorPalette( { name } ) {
/>
<Tabs>
<Tabs.TabList>
<Tabs.Tab tabId="solid">Solid</Tabs.Tab>
<Tabs.Tab tabId="gradient">Gradient</Tabs.Tab>
<Tabs.Tab tabId="solid">{ __( 'Solid' ) }</Tabs.Tab>
<Tabs.Tab tabId="gradient">{ __( 'Gradient' ) }</Tabs.Tab>
</Tabs.TabList>
<Tabs.TabPanel tabId="solid" focusable={ false }>
<ColorPalettePanel name={ name } />
Expand Down

0 comments on commit beaf6f9

Please sign in to comment.