Skip to content

Commit 6091d3c

Browse files
committed
Tweak the docevent description for the event noting that a chartering effort has been abandoned. Fixes ietf-tools#2099. Commit ready for merge.
- Legacy-Id: 12606
1 parent 2bad0b0 commit 6091d3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/doc/views_charter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def change_state(request, name, option=None):
132132

133133
# Special log for abandoned efforts
134134
e = DocEvent(type="changed_document", doc=charter, by=by)
135-
e.desc = "IESG has abandoned the chartering effort"
135+
e.desc = "Chartering effort abandoned"
136136
e.save()
137137
events.append(e)
138138

0 commit comments

Comments
 (0)