diff options
author | mkanat%bugzilla.org <> | 2007-03-14 12:30:41 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-03-14 12:30:41 +0100 |
commit | edd47c05d21853caa46e9f95ca7e1504f215216f (patch) | |
tree | e807c08581d37e4d83b7ba8107f7f7fbc725701a /template | |
parent | f610c82d41af13e573535b1aa6a3566d729e6036 (diff) | |
download | bugzilla-edd47c05d21853caa46e9f95ca7e1504f215216f.tar.gz bugzilla-edd47c05d21853caa46e9f95ca7e1504f215216f.tar.xz |
Bug 373865: Group name is missing in the title of the group edit page
Patch By Victory <spam@bmo2007.rsz.jp> r=mkanat, a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/groups/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/groups/edit.html.tmpl b/template/en/default/admin/groups/edit.html.tmpl index 89dd66ce6..803993063 100644 --- a/template/en/default/admin/groups/edit.html.tmpl +++ b/template/en/default/admin/groups/edit.html.tmpl @@ -31,7 +31,7 @@ # available values for each grant. #%] -[% title = BLOCK %]Change Group: [% name FILTER html %][% END %] +[% title = BLOCK %]Change Group: [% group.name FILTER html %][% END %] [% PROCESS global/header.html.tmpl style = " |