Skip to content

Commit cd14ad9

Browse files
committed
Changed the language used in the last call email to be closer to the language the tracker uses when no IPR declarations are found directly on the draft.
- Legacy-Id: 2615
1 parent 6a65978 commit cd14ad9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rjs/ietf/idrfc/views_ballot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ def make_last_call(request, name):
632632
announcement += "\n".join(links)
633633
else:
634634
announcement += "\n\n"
635-
announcement += "No IPR declarations were found that appear related to this I-D."
635+
announcement += "No IPR declarations have been submitted directly on this I-D."
636636

637637
if request.method == 'POST':
638638
form = MakeLastCallForm(request.POST)

0 commit comments

Comments
 (0)