Skip to content

Commit

Permalink
DataViews: add description to pages (#57793)
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Jan 15, 2024
1 parent e6a34a3 commit 50c84ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export default function SidebarNavigationScreenPagesDataViews() {
return (
<SidebarNavigationScreen
title={ __( 'Pages' ) }
description={ __( 'Browse and manage pages.' ) }
content={ <DataViewsSidebarContent /> }
footer={
<VStack spacing={ 0 }>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default function SidebarNavigationScreenPages() {
) }
<SidebarNavigationScreen
title={ __( 'Pages' ) }
description={ __( 'Browse and edit pages on your site.' ) }
description={ __( 'Browse and manage pages.' ) }
actions={
<SidebarButton
icon={ plus }
Expand Down

0 comments on commit 50c84ff

Please sign in to comment.