Skip to content

Commit

Permalink
Update string.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Apr 10, 2024
1 parent 7de600f commit f4e8e3b
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 ) }
>
{ __(
'Would you like to edit the template this block is part of?'
'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?.'
) }
</ConfirmDialog>
);
Expand Down

0 comments on commit f4e8e3b

Please sign in to comment.