-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data views: Update 'Rows per page' view option label to account for Grid layout #58457
Conversation
Size Change: -1 B (0%) Total Size: 1.7 MB
ℹ️ View Unchanged
|
Flaky tests detected in 5c1b760. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/7730042624
|
I think the question of what words to use is also related to #58482, which aims to improve the messages when there are no results. |
Items per page seems good to follow 👍 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
What?
When the grid layout is selected the 'Rows per page' view option now reads 'Entries per page'.
Why?
In the context of grid layout 'Rows per page' is ambiguous. Does it refer to the individual items or the number of rows in the grid?
Testing Instructions
I'd appreciate input from @WordPress/gutenberg-design on the terminology. Possible alternatives to 'entries':
Worth noting that all of these options could effectively account for any layout meaning we could potentially remove the conditional logic and simplify things a bit. I suppose that's a question of consistency versus specificity.