Skip to content

Commit 3a7a45f

Browse files
committed
Don't state the group count when you're chair of one group only, it
doesn't seem very polite to point that out. - Legacy-Id: 4416
1 parent c2b8c65 commit 3a7a45f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/submit/add_preapproval.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h3>Instructions</h3>
3535
{% if user|has_role:"Secretariat" %}
3636
<p>Only WG submissions are subject to approval and are thus pre-approvable.</p>
3737
{% else %}
38-
<p>As WG Chair of {{ groups|length }} group{{ groups|pluralize }} you can pre-approve draft names on the form:
38+
<p>As WG Chair{% if groups|length > 1 %} of {{ groups|length }} groups{% endif %} you can pre-approve draft names on the form:
3939
<table>
4040
{% for g in groups %}
4141
<tr><td class="name-template">draft-ietf-{{ g.acronym }}-<i>something</i></td></tr>

0 commit comments

Comments
 (0)