Skip to content

Commit

Permalink
Remove unnecessary period in template block selection notice (#61087)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: timse201 <[email protected]>
Co-authored-by: itzmekhokan <[email protected]>
  • Loading branch information
5 people authored Apr 26, 2024
1 parent 72afd4e commit d89e5a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,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?.'
'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 d89e5a8

Please sign in to comment.