Skip to content

Commit

Permalink
Remove 'Manage...' prefix in Pages / Templates data views (#62107)
Browse files Browse the repository at this point in the history
Co-authored-by: jameskoster <[email protected]>
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: ndiego <[email protected]>
  • Loading branch information
4 people committed May 30, 2024
1 parent 833d957 commit 5c5f3db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/layout/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function useLayoutAreas() {
areas: {
sidebar: (
<SidebarNavigationScreen
title={ __( 'Manage pages' ) }
title={ __( 'Pages' ) }
backPath={ {} }
content={ <DataViewsSidebarContent /> }
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function SidebarNavigationScreenTemplatesBrowse( { backPath } ) {

return (
<SidebarNavigationScreen
title={ __( 'Manage templates' ) }
title={ __( 'Templates' ) }
description={ __(
'Create new templates, or reset any customizations made to the templates supplied by your theme.'
) }
Expand Down

0 comments on commit 5c5f3db

Please sign in to comment.