adjusted translations

This commit is contained in:
HB9HIL
2026-02-15 19:05:53 +01:00
parent ab196adfdc
commit f892787c8b
2 changed files with 3 additions and 3 deletions

View File

@@ -140,7 +140,7 @@ class Radio extends CI_Controller {
echo "<thead><tr>";
echo "<td colspan=\"6\"><div class=\"alert alert-info text-center\">";
echo __("No CAT interfaced radios found.");
echo "<p>" . __("You can still set a default radio using the WebSocket option.") . "</p>";
echo "<p>" . __("You can still set the WebSocket option as your default radio.") . "</p>";
echo $websocket_button;
echo "</div></td>";
echo "</tr></thead>";
@@ -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');

View File

@@ -27,7 +27,7 @@
<p class="card-text"><?= __("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."); ?></p>
<?php } ?>
<p class="card-text">
<span class="badge text-bg-info"><?= __("Info"); ?></span> <?= sprintf(__("You can find out how to use the %s in the wiki."), '<a href="https://github.com/wavelog/wavelog/wiki/Radio-Interface" target="_blank">' . __("radio functions") . '</a>'); ?>
<span class="badge text-bg-info"><?= __("Info"); ?></span> <?= sprintf(__("You can find out how to use the %sradio functions%s in the wiki."), '<a href="https://github.com/wavelog/wavelog/wiki/Radio-Interface" target="_blank">', '</a>'); ?>
</p>
<div class="table-responsive">
<!-- Display Radio Statuses -->