On detail_view.php the "s" is dropped from Companies detail
Posted: 2015-10-01 13:50
On detail_view.php the "s" is dropped from Companies detail. See image.
See image.
If you edit companies_dml.php at around line 398 you can change "Companie" to "Company" so it read "Company detail".Code: Select all
// process form title
$templateCode = str_replace('<%%DETAIL_VIEW_TITLE%%>', 'Company details', $templateCode);