summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
authormatty%chariot.net.au <>2001-11-18 12:22:50 +0100
committermatty%chariot.net.au <>2001-11-18 12:22:50 +0100
commit3af6c4ee2b6f279cc363a67c69b5e1e475589e51 (patch)
tree52c652214cd3d247966d0d0094683973540edbd3 /CGI.pl
parentacf7518223db6d3d10709c76607de1eb87d2ccd2 (diff)
downloadbugzilla-3af6c4ee2b6f279cc363a67c69b5e1e475589e51.tar.gz
bugzilla-3af6c4ee2b6f279cc363a67c69b5e1e475589e51.tar.xz
*** empty log message ***
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CGI.pl b/CGI.pl
index 4dd015863..8373dac09 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -1322,7 +1322,7 @@ Edit <a href="userprefs.cgi">prefs</a>
$html .= ", <a href=\"editusers.cgi\">users</a>\n";
}
if (UserInGroup("editcomponents")) {
- $html .= ", <a href=\"editproducts.cgi\">components</a>\n";
+ $html .= ", <a href=\"editproducts.cgi\">products</a>\n";
$html .= ", <a href=\"editattachstatuses.cgi\">
attachment&nbsp;statuses</a>\n" if Param('useattachmenttracker');
}