Skip to content

Commit

Permalink
Data views: Update 'Rows per page' view option label to account for G…
Browse files Browse the repository at this point in the history
…rid layout (#58457)
  • Loading branch information
jameskoster authored Jan 31, 2024
1 parent cba248c commit 16323ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/dataviews/src/view-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ function PageSizeMenu( { view, onChangeView } ) {
suffix={ <span aria-hidden="true">{ view.perPage }</span> }
>
<DropdownMenuItemLabel>
{ /* TODO: probably label per view type. */ }
{ __( 'Rows per page' ) }
{ __( 'Items per page' ) }
</DropdownMenuItemLabel>
</DropdownMenuItem>
}
Expand Down

0 comments on commit 16323ea

Please sign in to comment.