aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoosha Khajeh Moogahi <koosha.khajeh@gmail.com>2012-10-14 17:44:40 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-10-14 17:44:40 +0200
commit0b816e825b448591983ab211a515906a88d9202b (patch)
tree83379782a351e1008a341bea1c85ededc394aa5a
parentBug 781314: The behavior of tags changed (diff)
downloadbugzilla-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.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"