]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
*** empty log message ***
authormatty%chariot.net.au <>
Sun, 18 Nov 2001 11:22:50 +0000 (11:22 +0000)
committermatty%chariot.net.au <>
Sun, 18 Nov 2001 11:22:50 +0000 (11:22 +0000)
CGI.pl

diff --git a/CGI.pl b/CGI.pl
index 4dd0158637cbf78d4f7f23950d226b0741a5a4e4..8373dac09c30c143a782eab7c4b641c397af3119 100644 (file)
--- 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');
         }