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 <wildworks@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: timse201 <timse201@git.wordpress.org>
Co-authored-by: itzmekhokan <khokansardar@git.wordpress.org>
  • Loading branch information
5 people committed Apr 26, 2024
1 parent 72afd4e commit d89e5a8
Showing 1 changed file with 1 addition and 1 deletion.
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.