summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorKoosha Khajeh Moogahi <koosha.khajeh@gmail.com>2012-10-14 17:43:33 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-10-14 17:43:33 +0200
commit12e5d51deca2da9b140f81710cb12660ae4521f9 (patch)
treef3209ee3b2af4a47b93c98a01b2c6f1140bf40f7 /template
parent912070e729c42c1efd2fdafc7cc5212716e49990 (diff)
downloadbugzilla-12e5d51deca2da9b140f81710cb12660ae4521f9.tar.gz
bugzilla-12e5d51deca2da9b140f81710cb12660ae4521f9.tar.xz
Bug 800842: Inconsistency in field names in editcomponents.cgi
r/a=LpSolit
Diffstat (limited to 'template')
-rw-r--r--template/en/default/admin/components/list.html.tmpl4
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"