diff options
author | lpsolit%gmail.com <> | 2009-01-23 23:22:12 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-01-23 23:22:12 +0100 |
commit | bf475be80980e0689bac5afc3246523be8f56d93 (patch) | |
tree | 047b29315c71ae848b9c74de88974d28cd14a916 | |
parent | e804a1482eeb8fd8339a22dac4e36a74396b1add (diff) | |
download | bugzilla-bf475be80980e0689bac5afc3246523be8f56d93.tar.gz bugzilla-bf475be80980e0689bac5afc3246523be8f56d93.tar.xz |
Bug 474206: Useless </a> in the component_cc section when deleting a user account - Patch by arbingersys <arbingersys@gmail.com> r/a=LpSolit
-rw-r--r-- | template/en/default/admin/users/confirm-delete.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/users/confirm-delete.html.tmpl b/template/en/default/admin/users/confirm-delete.html.tmpl index 83d6ca4f6..b61a99541 100644 --- a/template/en/default/admin/users/confirm-delete.html.tmpl +++ b/template/en/default/admin/users/confirm-delete.html.tmpl @@ -269,7 +269,7 @@ one component [% ELSE %] [%+ component_cc %] components - [% END %]</a>. + [% END %]. If you delete the user account, it will be removed from these CC lists. </li> [% END %] |