From f892787c8b3956cd5e44ba33f57d6f3fe4947525 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sun, 15 Feb 2026 19:05:53 +0100 Subject: [PATCH] adjusted translations --- application/controllers/Radio.php | 4 ++-- application/views/radio/index.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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") . ''); ?> + ', ''); ?>