Opened 3 years ago

Closed 3 years ago

#33189 closed Cleanup/optimization (invalid)

Obj does not exists message popup should start with a capital letter.

Reported by: Ruslan Owned by: Ruslan
Component: contrib.admin Version: 3.2
Severity: Normal Keywords: admin
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

All django admin popup messages start with a capital letter, except the '%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?'
Expected: "Article with ID ..."
Actual: "article with ID ..."

Attachments (1)

patch.diff (3.0 KB ) - added by Ruslan 3 years ago.
diff preview

Download all attachments as: .zip

Change History (4)

by Ruslan, 3 years ago

Attachment: patch.diff added

diff preview

comment:1 by Ruslan, 3 years ago

Owner: changed from nobody to Ruslan

comment:2 by Mariusz Felisiak, 3 years ago

Triage Stage: UnreviewedAccepted
Type: BugCleanup/optimization

comment:3 by Mariusz Felisiak, 3 years ago

Has patch: unset
Resolution: invalid
Status: assignedclosed
Triage Stage: AcceptedUnreviewed

Thanks for the report, however messages are already capitalized in templates, see base.html.

Note: See TracTickets for help on using tickets.
Back to Top