Skip to content

Commit

Permalink
Change the text used in conflict review approval messages. Fixes #1877.…
Browse files Browse the repository at this point in the history
… Commit ready for merge.

 - Legacy-Id: 10634
  • Loading branch information
rjsparks committed Jan 6, 2016
1 parent 8f5a692 commit 2c75e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf/doc/views_conflict_review.py
Expand Up @@ -260,7 +260,7 @@ def default_approval_text(review):

conflictdoc = review.relateddocument_set.get(relationship__slug='conflrev').target.document
if conflictdoc.stream_id=='ise':
receiver = 'RFC-Editor'
receiver = 'Independent Submissions Editor'
elif conflictdoc.stream_id=='irtf':
receiver = 'IRTF'
else:
Expand Down

0 comments on commit 2c75e95

Please sign in to comment.