Commit 8256d4e7 authored by Matt Selsky's avatar Matt Selsky Committed by Dave Lawrence

Bug 365050 - removal notice doesn't use English correctly (lists: =and)

r=dkl,a=justdave
parent 3de98259
......@@ -58,16 +58,14 @@
[% END %]
[% IF groups_added_to.size %]
<li>
The account has been added to the
The account has been added to the following group[% 's' IF groups_added_to.size > 1 %]:
[%+ groups_added_to.join(', ') FILTER html %]
group[% 's' IF groups_added_to.size > 1 %].
</li>
[% END %]
[% IF groups_removed_from.size %]
<li>
The account has been removed from the
The account has been removed from the following group[% 's' IF groups_removed_from.size > 1 %]:
[%+ groups_removed_from.join(', ') FILTER html %]
group[% 's' IF groups_removed_from.size > 1 %].
</li>
[% END %]
[% IF groups_granted_rights_to_bless.size %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment