Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function getEntityDescription( entity, count ) {
: __( 'These changes will affect your whole site.' );
case 'wp_template':
return __(
'This change will affect pages and posts that use this template.'
'This change will affect other parts of your site that use this template.'
);
case 'page':
case 'post':
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default function EditTemplateBlocksNotification( { contentRef } ) {
size="medium"
>
{ __(
'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 that may be used elsewhere on your site. Would you like to edit the template?'
) }
</ConfirmDialog>
);
Expand Down
Loading