Skip to content

Commit

Permalink
Shadow Panel: Make subtitle translatable (#62022)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: madhusudhand <madhudollu@git.wordpress.org>
  • Loading branch information
3 people committed May 31, 2024
1 parent 3031559 commit 7efd961
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ function ShadowEditor( { shadow, onChange } ) {
align="center"
className="edit-site-global-styles__shadows-panel__title"
>
<Subtitle level={ 3 }>Shadows</Subtitle>
<Subtitle level={ 3 }>{ __( 'Shadows' ) }</Subtitle>
</Flex>
<FlexItem className="edit-site-global-styles__shadows-panel__options-container">
<Button
Expand Down

0 comments on commit 7efd961

Please sign in to comment.