Home → Installation and Upgrade Manual → Upgrading HelpSpot 5 → HelpSpot 5.3.1 Language String Additions
2.4. HelpSpot 5.3.1 Language String Additions
If you have a HelpSpot installation with a custom language pack and you are planning to upgrade to HelpSpot 5.3.1, there are a few additional steps you need to take. In particular, you will need to add language strings and files to ensure that the language pack works as expected in the new version of HelpSpot.
lg.pg.admin.settings.php
- define('lg_admin_settings_cc_redactor', 'Redact credit card numbers from message bodies');
- define('lg_admin_settings_cc_redactor_descr', 'New requests & updates to existing requests are checked to see if they contain credit card numbers. Please note that custom fields are not checked as a part of this feature.');
- define('lg_admin_settings_ss_redactor', 'Redact Social Security numbers from message bodies');
- define('lg_admin_settings_ss_redactor_descr', 'New requests & updates to existing requests are checked to see if they contain Social Security numbers. Please note that custom fields are not checked as a part of this feature.');
- define('lg_admin_settings_request_interface', 'Request Interface');
- define('lg_admin_settings_file_attachments', 'File Attachments');
- define('lg_admin_settings_filters', 'Filters');
lg.pg.installer.php
- define('lg_inst_checkmysql4', 'MySQL 5.6 or greater required.');
lg.pg.request.php
- define('lg_request_drilldown_value_error', 'no longer has a valid value. This is most likely due to the removal of options by an administrator. Please reset this field to a valid value.');
This page was: Helpful |
Not Helpful