Tweaks to text

Touches page titles, some table headers (capitalisation mostly), menu items.
This commit is contained in:
Paul Beesley
2020-12-22 09:33:08 +00:00
parent 6b34b6fcc9
commit 8ba41812ad
31 changed files with 40 additions and 40 deletions

View File

@@ -14,7 +14,7 @@ class Distances extends CI_Controller {
public function index()
{
// Render Page
$data['page_title'] = "Distances worked";
$data['page_title'] = "Distances Worked";
function js_str($s)
{