diff --git a/application/controllers/Radio.php b/application/controllers/Radio.php
index 89f3c7c91..95b99bdc1 100644
--- a/application/controllers/Radio.php
+++ b/application/controllers/Radio.php
@@ -36,6 +36,9 @@ class Radio extends CI_Controller {
$this->load->model('cat');
$query = $this->cat->status();
+ // Get the default radio
+ $default_user_radio = $this->user_options_model->get_options('cat', array('option_name' => $this->_get_optionname()), $this->_get_correct_uid())->row()->option_value ?? NULL;
+
if ($query->num_rows() > 0) {
echo "";
echo " " . __("Radio") . " ";
@@ -50,6 +53,23 @@ class Radio extends CI_Controller {
echo "" . __("Settings") . " ";
echo "";
echo "
" . __("You can still set a default radio using the WebSocket option.") . "
"; + echo $websocket_button; + echo "= __("Below is a list of active radios that are connected to Wavelog."); ?>
-= __("If you haven't connected any radios yet, see the API page to generate API keys."); ?>
+= __("Below is a list of active radios that are connected to Wavelog."); ?> = __("If you haven't connected any radios yet, see the API page to generate API keys."); ?>
+ session->userdata('clubstation') == 1) { ?> += __("As a clubstation operator, you can set a default radio which applies only to you. This allows you to have a default radio that is automatically selected when you log in, while still being able to use other radios if you want."); ?>
+ += __("As a normal user, you can set a default radio for yourself. This allows you to have a default radio that is automatically selected when you log in, while still being able to use other radios if you want."); ?>
+= __("Info"); ?> = sprintf(__("You can find out how to use the %s in the wiki."), '' . __("radio functions") . ''); ?>