Merged [2615] from rjsparks@nostrum.com:

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. Fixes #506
 - Legacy-Id: 2631
Note: SVN reference [2615] has been migrated to Git commit cd14ad91ae9d2462b49e4f8887db7efe68cb50ea
This commit is contained in:
Henrik Levkowetz 2010-11-06 09:23:37 +00:00
parent 4228daad55
commit acb5879ba1

View file

@ -634,7 +634,7 @@ def make_last_call(request, name):
announcement += "\n".join(links)
else:
announcement += "\n\n"
announcement += "No IPR declarations were found that appear related to this I-D."
announcement += "No IPR declarations have been submitted directly on this I-D."
if request.method == 'POST':
form = MakeLastCallForm(request.POST)