Skip to content

Commit

Permalink
update the title text
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Mar 20, 2024
1 parent df5969c commit 7de38c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default function DeleteCategoryMenuItem( { category, onClose } ) {
className="edit-site-patterns__delete-modal"
title={ sprintf(
// translators: %s: The pattern category's name.
__( 'Delete the category "%s"?' ),
__( 'Delete "%s"?' ),
decodeEntities( category.label )
) }
size="medium"
Expand Down

0 comments on commit 7de38c1

Please sign in to comment.