Skip to content

Commit

Permalink
Fix: use lower case in confirmation message
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Norris <[email protected]>
  • Loading branch information
sarthaknagoshe2002 and mikachan authored Dec 20, 2024
1 parent 56a5e79 commit 5908d4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function ShadowsPanel() {
{ isResetDialogOpen && (
<ConfirmResetShadowDialog
text={ __(
'Are you sure you want to remove all custom Shadows?'
'Are you sure you want to remove all custom shadows?'
) }
confirmButtonText={ __( 'Remove' ) }
isOpen={ isResetDialogOpen }
Expand Down

0 comments on commit 5908d4f

Please sign in to comment.