diff --git a/packages/edit-site/src/components/template-details/index.js b/packages/edit-site/src/components/template-details/index.js index 9ee5b4dcf96833..c9a2a7242d752d 100644 --- a/packages/edit-site/src/components/template-details/index.js +++ b/packages/edit-site/src/components/template-details/index.js @@ -110,8 +110,8 @@ export default function TemplateDetails( { template, onClose } ) { { ...browseAllLinkProps } > { template?.type === 'wp_template' - ? __( 'Browse all templates' ) - : __( 'Browse all template parts' ) } + ? __( 'Manage all templates' ) + : __( 'Manage all template parts' ) } );