Skip to content

Commit

Permalink
Change "Browse" to "Manage" in template details popover (#48496)
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor authored and ntsekouras committed Feb 28, 2023
1 parent 762e8bc commit 1f43091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/edit-site/src/components/template-details/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,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' ) }
</Button>
</div>
);
Expand Down

0 comments on commit 1f43091

Please sign in to comment.