Skip to content

Commit 46cfd0b

Browse files
committed
Make title capitalization consistent with other pages. Commit ready for merge.
- Legacy-Id: 9782
1 parent d41e3db commit 46cfd0b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ietf/doc/views_help.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
def state_help(request, type):
1010
slug, title = {
11-
"draft-iesg": ("draft-iesg", "IESG States For Internet-Drafts"),
12-
"draft-rfceditor": ("draft-rfceditor", "RFC Editor States For Internet-Drafts"),
13-
"draft-iana-action": ("draft-iana-action", "IANA Action States For Internet-Drafts"),
14-
"draft-stream-ietf": ("draft-stream-ietf", "IETF Stream States For Internet-Drafts"),
11+
"draft-iesg": ("draft-iesg", "IESG States for Internet-Drafts"),
12+
"draft-rfceditor": ("draft-rfceditor", "RFC Editor States for Internet-Drafts"),
13+
"draft-iana-action": ("draft-iana-action", "IANA Action States for Internet-Drafts"),
14+
"draft-stream-ietf": ("draft-stream-ietf", "IETF Stream States for Internet-Drafts"),
1515
"charter": ("charter", "Charter States"),
1616
"conflict-review": ("conflrev", "Conflict Review States"),
1717
"status-change": ("statchg", "RFC Status Change States"),

0 commit comments

Comments
 (0)