Skip to content

Commit 72546df

Browse files
committed
Merged in [9782] from lars@netapp.com:
Make title capitalization consistent with other pages. - Legacy-Id: 9801 Note: SVN reference [9782] has been migrated to Git commit 46cfd0b
1 parent cc4190f commit 72546df

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)