diff --git a/application/controllers/Widgets.php b/application/controllers/Widgets.php index 9da056677..80b7d0045 100644 --- a/application/controllers/Widgets.php +++ b/application/controllers/Widgets.php @@ -157,7 +157,9 @@ class Widgets extends CI_Controller { $this->load->view('widgets/on_air', $data); } else { - show_404(__("No CAT interfaced radios found")); + show_error( + __("No CAT interfaced radios found. You need to have at least one radio interface configured.") + ); return; } }