Skip to content

Commit

Permalink
Update 'All pages' sidebar heading (#56148)
Browse files Browse the repository at this point in the history
* Update 'All pages' sidebar heading

* Remove description
  • Loading branch information
jameskoster committed Nov 16, 2023
1 parent eb0a6f5 commit cf1a1da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/edit-site/src/components/sidebar/index.js
Expand Up @@ -59,8 +59,7 @@ function SidebarScreens() {
{ window?.__experimentalAdminViews && (
<NavigatorScreen path="/pages">
<SidebarNavigationScreen
title={ __( 'All Pages' ) }
description={ __( 'Manage your pages.' ) }
title={ __( 'Pages' ) }
backPath="/page"
content={ <DataViewsSidebarContent /> }
/>
Expand Down

0 comments on commit cf1a1da

Please sign in to comment.