Opened 4 years ago
Closed 4 years ago
#51371 closed defect (bug) (fixed)
Use sentence case for Privacy Bulk Action response notices.
Reported by: | garrett-eclipse | Owned by: | garrett-eclipse |
---|---|---|---|
Milestone: | 5.6 | Priority: | normal |
Severity: | normal | Version: | 4.9.6 |
Component: | Privacy | Keywords: | has-patch has-screenshots commit |
Focuses: | ui, administration, ui-copy | Cc: |
Description
The Bulk Actions for privacy request tables produce notices upon response. These should be sentence case to follow along with other core strings.
Specifically these strings are;
_n( 'Deleted %d request', 'Deleted %d requests', $count )
_n( 'Re-sent %d request', 'Re-sent %d requests', $count )
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Make privacy request bulk action response notices sentence case.