Skip to content

Commit

Permalink
Improve edit template confirm dialog copy.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Apr 3, 2024
1 parent fe9542b commit 879d64c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function EditTemplateBlocksNotification( { contentRef } ) {
onCancel={ () => setIsDialogOpen( false ) }
>
{ __(
'You’ve tried to select a block that is part of a template, which may be used on other posts and pages.'
'Would you like to edit the template this block is part of?'
) }
</ConfirmDialog>
);
Expand Down

0 comments on commit 879d64c

Please sign in to comment.