diff options
Diffstat (limited to 'editcomponents.cgi')
-rwxr-xr-x | editcomponents.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editcomponents.cgi b/editcomponents.cgi index b27fa9197..d9ff666c4 100755 --- a/editcomponents.cgi +++ b/editcomponents.cgi @@ -358,7 +358,7 @@ if ($action eq 'add') { # if ($action eq 'new') { - PutHeader("Adding new product"); + PutHeader("Adding new component"); CheckProduct($product); # Cleanups and valididy checks |