Skip to content

Commit 08058d5

Browse files
committed
Changed the title of Section 7 of the IESG agenda as requested. Fixes issue ietf-tools#2167.
- Legacy-Id: 12732
1 parent c86c6e5 commit 08058d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/iesg/agenda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def agenda_sections():
128128
('4.2.2', {'title':"Proposed for approval", 'docs':[]}),
129129
('5', {'title':"IAB news we can use"}),
130130
('6', {'title':"Management issues"}),
131-
('7', {'title':"Working Group news"}),
131+
('7', {'title':"Any Other Business (WG News, New Proposals, etc.)"}),
132132
])
133133

134134
def fill_in_agenda_administrivia(date, sections):

ietf/iesg/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
class TelechatAgendaItem(models.Model):
4040
TYPE_CHOICES = (
41-
(1, "Working Group News"),
41+
(1, "Any Other Business (WG News, New Proposals, etc.)"),
4242
(2, "IAB News"),
4343
(3, "Management Item")
4444
)

0 commit comments

Comments
 (0)