mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-23 18:57:12 +00:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user