Skip to content

Commit

Permalink
Update template-related messages to improve clarity for custom post t…
Browse files Browse the repository at this point in the history
…ypes (#67722)


Co-authored-by: snehapatil2001 <[email protected]>
Co-authored-by: youknowriad <[email protected]>
  • Loading branch information
3 people authored Feb 17, 2025
1 parent 8783607 commit 6b60dba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 6b60dba

Please sign in to comment.