Skip to content

Commit

Permalink
Update the delete confirmation prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Oct 13, 2023
1 parent ecc9f4a commit 4d45614
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ export default function DeleteCategoryMenuItem( { category, onClose } ) {
>
{ sprintf(
// translators: %s: The pattern category's name.
__( 'Are you sure you want to delete "%s"?' ),
__(
'Are you sure you want to delete the category "%s"? The patterns will not be deleted.'
),
decodeEntities( category.label )
) }
</ConfirmDialog>
Expand Down

0 comments on commit 4d45614

Please sign in to comment.