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)
Change History (4)
by , 3 years ago
Attachment: | patch.diff added |
---|
comment:1 by , 3 years ago
Owner: | changed from | to
---|
comment:2 by , 3 years ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Type: | Bug → Cleanup/optimization |
comment:3 by , 3 years ago
Has patch: | unset |
---|---|
Resolution: | → invalid |
Status: | assigned → closed |
Triage Stage: | Accepted → Unreviewed |
Thanks for the report, however messages are already capitalized in templates, see base.html.
Note:
See TracTickets
for help on using tickets.
diff preview