Skip to content

Commit

Permalink
Change "Browse" to "Manage"
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Feb 27, 2023
1 parent b4e9e0a commit 82c565f
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 @@ -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' ) }
</Button>
</div>
);
Expand Down

0 comments on commit 82c565f

Please sign in to comment.