FTP the following files to your local drive, then open them for editing using a PLAIN TEXT EDITOR...
/includes/languages/english.php
PHP Code:
Line #137 : define('BOX_INFORMATION_PRIVACY', 'Privacy Notice');
You change ONLY the text between the SECOND SET of single quote-marks... nothing else. (Make sure to retain those single quote-marks... eg:
define('BOX_INFORMATION_PRIVACY', 'Site Confidentiality Policy');
when edited, save file to:
/includes/languages/YOUR_TEMPLATE/english.php
and...
/includes/languages/english/privacy.php
PHP Code:
Line #22 : define('NAVBAR_TITLE', 'Privacy Notice');
Line #23 : define('HEADING_TITLE', 'Privacy Notice');
when edited, save file to:
/includes/languages/english/YOUR_TEMPLATE/privacy.php