Fixed 'to' to 'review_to' and 'cc' to 'review_cc'. (#7710)

Co-authored-by: Tero Kivinen <kivinen@iki.fi>
This commit is contained in:
Robert Sparks 2024-07-20 17:23:56 -05:00 committed by GitHub
parent 9783756992
commit 60a3976c3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,7 +66,7 @@
</p>
<p>
If you enter the review below, the review will be sent
to {% for addr in to %}{{ addr|linkify }}{% if not forloop.last %}, {% endif %}{% endfor %}{% if review_cc %}, with a CC to {% for addr in cc %}{{ addr|linkify }}{% if not forloop.last %}, {% endif %}{% endfor %}{% endif %}.
to {% for addr in review_to %}{{ addr|linkify }}{% if not forloop.last %}, {% endif %}{% endfor %}{% if review_cc %}, with a CC to {% for addr in review_cc %}{{ addr|linkify }}{% if not forloop.last %}, {% endif %}{% endfor %}{% endif %}.
</p>
{% elif assignment %}
<p>