summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-03-12 07:48:41 +0100
committerterry%netscape.com <>1999-03-12 07:48:41 +0100
commit5066e675c8f587a3a3da640fb9337b240e39962c (patch)
treef19b68854f071080d1fbbf1f5f10ef3ad954f7f9 /query.cgi
parent300fc2c74b9bd1a4e2453c42a73e3b100e26e01f (diff)
downloadbugzilla-5066e675c8f587a3a3da640fb9337b240e39962c.tar.gz
bugzilla-5066e675c8f587a3a3da640fb9337b240e39962c.tar.xz
Added new pages to edit existing components.
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/query.cgi b/query.cgi
index 2f8e1bef4..66a1f5b54 100755
--- a/query.cgi
+++ b/query.cgi
@@ -383,7 +383,7 @@ if (UserInGroup("tweakparams")) {
print "<a href=editparams.cgi>Edit Bugzilla operating parameters</a><br>\n";
}
if (UserInGroup("editcomponents")) {
- print "<a href=editowners.cgi>Edit Bugzilla component owners</a><br>\n";
+ print "<a href=editcomponents.cgi>Edit Bugzilla components</a><br>\n";
}
if (defined $::COOKIE{"Bugzilla_login"}) {
print "<a href=relogin.cgi>Log in as someone besides <b>$::COOKIE{'Bugzilla_login'}</b></a><br>\n";