diff --git a/mozilla/webtools/bugzilla/docs/en/xml/customization.xml b/mozilla/webtools/bugzilla/docs/en/xml/customization.xml
index aefacda6702..4a832c61444 100644
--- a/mozilla/webtools/bugzilla/docs/en/xml/customization.xml
+++ b/mozilla/webtools/bugzilla/docs/en/xml/customization.xml
@@ -673,11 +673,11 @@
For maximum flexibility, customizing this means editing Bugzilla's Perl
code. This gives the administrator complete control over exactly who is
- allowed to do what. The relevant function is called
- CheckCanChangeField(),
- and is found in process_bug.cgi in your
- Bugzilla directory. If you open that file and search for
- sub CheckCanChangeField
, you'll find it.
+ allowed to do what. The relevant method is called
+ check_can_change_field(),
+ and is found in Bug.pm in your
+ Bugzilla/ directory. If you open that file and search for
+ sub check_can_change_field
, you'll find it.