Further tweaks to text and text formatting

This commit has some further changes to text throughout the application. There are also some small fixes for text formatting. E.g. making sure that the small "helper" text under certain form fields is all consistent in terms of colour, font, etc.
This commit is contained in:
Paul Beesley
2020-10-28 18:03:30 +00:00
parent 4d193fc07f
commit 5d23802e16
20 changed files with 88 additions and 77 deletions

View File

@@ -143,7 +143,7 @@ class Timeplotter_model extends CI_Model
}
else {
header('Content-Type: application/json');
$data['error'] = 'No qsoes to plot found!';
$data['error'] = 'No QSOs found to plot!';
echo json_encode($data);
}