From 4f1d8000b47aa3a3deadabfa4a863cb741227281 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Fri, 19 Dec 2025 08:38:07 -0600 Subject: [PATCH] Merge pull request #10135 from OR13/patch-1 fix: change title from 'IAB news we can use' to 'IESG Liaison News' --- ietf/iesg/agenda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/iesg/agenda.py b/ietf/iesg/agenda.py index 587713089f3..ace4c9ec402 100644 --- a/ietf/iesg/agenda.py +++ b/ietf/iesg/agenda.py @@ -133,7 +133,7 @@ def agenda_sections(): ('4.2', {'title':"WG rechartering"}), ('4.2.1', {'title':"Under evaluation for IETF review", 'docs':[]}), ('4.2.2', {'title':"Proposed for approval", 'docs':[]}), - ('5', {'title':"IAB news we can use"}), + ('5', {'title':"IESG Liaison News"}), ('6', {'title':"Management issues"}), ('7', {'title':"Any Other Business (WG News, New Proposals, etc.)"}), ])