diff --git a/packages/editor/src/components/entities-saved-states/entity-type-list.js b/packages/editor/src/components/entities-saved-states/entity-type-list.js index 7cdf4c41e0f1f9..fde3e94ff6ed31 100644 --- a/packages/editor/src/components/entities-saved-states/entity-type-list.js +++ b/packages/editor/src/components/entities-saved-states/entity-type-list.js @@ -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': diff --git a/packages/editor/src/components/visual-editor/edit-template-blocks-notification.js b/packages/editor/src/components/visual-editor/edit-template-blocks-notification.js index b3f1f0dfc4bbff..9ecb4e414a836d 100644 --- a/packages/editor/src/components/visual-editor/edit-template-blocks-notification.js +++ b/packages/editor/src/components/visual-editor/edit-template-blocks-notification.js @@ -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?' ) } );