Skip to content

Commit

Permalink
change label case
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Oct 17, 2024
1 parent 95d620a commit e681dae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default function ChangeDesign( { clientId } ) {
onClick={ () => onToggle( ! isOpen ) }
aria-expanded={ isOpen }
>
{ __( 'Change Design' ) }
{ __( 'Change design' ) }
</ToolbarButton>
</ToolbarGroup>
);
Expand Down

0 comments on commit e681dae

Please sign in to comment.