Ok just to make everything clear.
To change the name of the link "Privacy Notice", i changed the file privacy.php and uploaded it to /includes/languages/custom/english.
Changed from:
define('NAVBAR_TITLE', 'Privacy Notice');
define('HEADING_TITLE', 'Privacy Notice');
to
define('NAVBAR_TITLE', 'Custom Orders');
define('HEADING_TITLE', 'Custom Orders');
Next i wanted to change the heading of the page itself.
From "Privacy Notice" to "Custom Orders"
I changed the following in the English.php file and uploaded it to includes/languages/custom
define('BOX_INFORMATION_PRIVACY', 'Privacy Notice');
to
define('BOX_INFORMATION_PRIVACY', 'Custom Orders');
but for some reason the page header is still showing up as "Privacy Notice".
Im really getting frustrated with this, cos i seem to have done what everyone said, but with no luck.
Looking at this, did i do everything correct?