diff --git a/application/controllers/Radio.php b/application/controllers/Radio.php index abec048eb..17937fe09 100644 --- a/application/controllers/Radio.php +++ b/application/controllers/Radio.php @@ -140,7 +140,7 @@ class Radio extends CI_Controller { echo ""; echo "
"; echo __("No CAT interfaced radios found."); - echo "

" . __("You can still set a default radio using the WebSocket option.") . "

"; + echo "

" . __("You can still set the WebSocket option as your default radio.") . "

"; echo $websocket_button; echo "
"; echo ""; @@ -329,7 +329,7 @@ class Radio extends CI_Controller { $this->release_default_radio(); } - $this->session->set_flashdata('message', __("Radio Profile Deleted")); + $this->session->set_flashdata('message', __("Radio removed successfully")); session_write_close(); redirect('radio'); diff --git a/application/views/radio/index.php b/application/views/radio/index.php index 8b6ad2417..39841d46a 100644 --- a/application/views/radio/index.php +++ b/application/views/radio/index.php @@ -27,7 +27,7 @@

- ' . __("radio functions") . ''); ?> + ', ''); ?>