diff options
author | kiko%async.com.br <> | 2004-08-24 10:33:39 +0200 |
---|---|---|
committer | kiko%async.com.br <> | 2004-08-24 10:33:39 +0200 |
commit | 0a91330cb1773a8e8df32d6ce830b73996a47d40 (patch) | |
tree | 3c8dc5a8b8b9c142a77ba9504cd653836750e23d /template/en/default/admin | |
parent | d7af558565c2752df0459bc4bef98717d2ce34da (diff) | |
download | bugzilla-0a91330cb1773a8e8df32d6ce830b73996a47d40.tar.gz bugzilla-0a91330cb1773a8e8df32d6ce830b73996a47d40.tar.xz |
Fix for bug 254587: group description not displayed on delete group
confirm page. Fix typo? Patch by GavinS <bugzilla@chimpychompy.org>.
r=kiko, a=myk.
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/groups/delete.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/groups/delete.html.tmpl b/template/en/default/admin/groups/delete.html.tmpl index 0e17cbb1c..905f68cf3 100644 --- a/template/en/default/admin/groups/delete.html.tmpl +++ b/template/en/default/admin/groups/delete.html.tmpl @@ -46,7 +46,7 @@ <tr> <td>[% gid FILTER html %]</td> <td>[% name FILTER html %]</td> - <td>[% desc FILTER html %]</td> + <td>[% description FILTER html %]</td> </tr> </table> |