Opened 15 months ago
Closed 15 months ago
#63301 closed enhancement (fixed)
Improve Post Password Form Message
| Reported by: | Tyrannous | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.9 |
| Component: | Posts, Post Types | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
The current sentence displayed on password-protected posts is:
This content is password protected. To view it please enter your password below:
I’d like to propose updating this message to:
This content is password-protected. To view it, please enter the password below.
Changes made:
- Grammar and punctuation correction: Added a hyphen in “password-protected” (as it is a compound adjective) and a comma before “please”.
- Clarity: Replaced “your password” with “the password” — since it refers to the password set by the post author, not the user’s own.
- Consistency: Changed the colon at the end to a full stop. The colon is redundant because the form label for the password field already includes one, causing a slightly awkward duplication.
Attachments (2)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This PR updates the post password form message from:
to:
Trac ticket: https://core.trac.wordpress.org/ticket/63301