From edd47c05d21853caa46e9f95ca7e1504f215216f Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 14 Mar 2007 11:30:41 +0000 Subject: Bug 373865: Group name is missing in the title of the group edit page Patch By Victory r=mkanat, a=mkanat --- template/en/default/admin/groups/edit.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/admin/groups') 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 = " -- cgit v1.2.3-24-g4f1b