summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/messages.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/global/messages.html.tmpl')
-rw-r--r--template/en/default/global/messages.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl
index acee5b180..e02b379ce 100644
--- a/template/en/default/global/messages.html.tmpl
+++ b/template/en/default/global/messages.html.tmpl
@@ -209,7 +209,7 @@
[% ELSIF message_tag == "group_updated" %]
[% IF changes.keys.size %]
- The following changes have been made to the '[% group.name FILTER html %]
+ The following changes have been made to the '[% group.name FILTER html %]'
group:
<ul>
[% FOREACH field = changes.keys.sort %]
@@ -226,6 +226,8 @@
[% ELSE %]
<li>The group will no longer be used for [% terms.bugs %].</li>
[% END %]
+ [% CASE 'icon_url' %]
+ <li>The group icon URL has been updated.</li>
[% CASE 'members_add' %]
<li>The following groups are now members of this group:
[%+ changes.members_add.join(', ') FILTER html %]</li>