]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 254587: group description not displayed on delete group
authorkiko%async.com.br <>
Tue, 24 Aug 2004 08:33:39 +0000 (08:33 +0000)
committerkiko%async.com.br <>
Tue, 24 Aug 2004 08:33:39 +0000 (08:33 +0000)
confirm page. Fix typo? Patch by GavinS <bugzilla@chimpychompy.org>.
r=kiko, a=myk.

template/en/default/admin/groups/delete.html.tmpl

index 0e17cbb1ccb191f3b010782a64a6a2aa72be7093..905f68cf3a7bd2e98a915e0feaada9a8507e59aa 100644 (file)
@@ -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>