diff options
author | Koosha Khajeh Moogahi <koosha.khajeh@gmail.com> | 2012-10-14 17:44:40 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-10-14 17:44:40 +0200 |
commit | 0b816e825b448591983ab211a515906a88d9202b (patch) | |
tree | 83379782a351e1008a341bea1c85ededc394aa5a | |
parent | Bug 781314: The behavior of tags changed (diff) | |
download | bugzilla-0b816e825b448591983ab211a515906a88d9202b.tar.gz bugzilla-0b816e825b448591983ab211a515906a88d9202b.tar.bz2 bugzilla-0b816e825b448591983ab211a515906a88d9202b.zip |
Bug 800842: Inconsistency in field names in editcomponents.cgi
r/a=LpSolit
-rw-r--r-- | template/en/default/admin/components/list.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/components/list.html.tmpl b/template/en/default/admin/components/list.html.tmpl index f8b0acb77..fc36bcdd2 100644 --- a/template/en/default/admin/components/list.html.tmpl +++ b/template/en/default/admin/components/list.html.tmpl @@ -48,14 +48,14 @@ [% columns.push({ name => 'initialqacontact' - heading => 'QA Contact' + heading => 'Default QA Contact' }) %] [% END %] [% columns.push({ name => "initial_cc_names" - heading => "Initial CC list" + heading => "Default CC list" }, { name => "isactive" |