Changes between Initial Version and Version 1 of Ticket #43037, comment 31
- Timestamp:
- 09/24/2019 01:26:39 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43037, comment 31
initial v1 1 1 I wrote the patch and added the screenshots of the login page when new error messages are displayed. 2 2 3 In my opinion, there are some inconsistences in capitalization that should be solved before committing. The whole form uses title ca pitalization style, while the error messages use sentence capitalization style. There are two ways to solve this issue:3 In my opinion, there are some inconsistences in capitalization that should be solved before committing. The whole form uses title case, while the error messages use sentence case. There are two ways to solve this issue: 4 4 * capitalize Username and Email Address in the error message (quick fix); 5 * switch to sentence ca pitalization style in the form (needs a bit more time).6 I tend to think that title ca pitalization style is more difficult to read, so I'm more inclined towards changing the form instead. Checking for other tickets about capitalitazion, I found #47298 (already closed and included in 5.3 Beta 1) where, in a similar situation, it's stated that sentence case is more favorable in general. Maybe a discussion about capitalization style across the entire WordPress interface should be started in a new ticket.5 * switch to sentence case in the form (needs a bit more time). 6 I tend to think that title case is more difficult to read, so I'm more inclined towards changing the form instead. Checking for other tickets about capitalitazion, I found #47298 (already closed and included in 5.3 Beta 1) where, in a similar situation, it's stated that sentence case is more favorable in general. Maybe a discussion about capitalization style across the entire WordPress interface should be started in a new ticket. 7 7 8 8 As a side note about capitalitazion and the login form, I think that writing ERROR in all caps isn't particularly user friendly. Since Error is already included in a {{{strong}}} tag, capitalizing the first letter may be enough. As there are different ways to show error messages across the WordPress interface, reviewing and uniforming them might also be worth of a new ticket.