Skip to content

Commit 1456862

Browse files
committed
Merged in [12606] from rjsparks@nostrum.com:
Tweak the docevent description for the event noting that a chartering effort has been abandoned. Fixes ietf-tools#2099. - Legacy-Id: 12608 Note: SVN reference [12606] has been migrated to Git commit 6091d3c
2 parents 77634f9 + 6091d3c commit 1456862

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)