stringify

This commit is contained in:
HB9HIL
2024-06-07 22:40:11 +02:00
parent 778fc05496
commit 29f3dfc036
30 changed files with 237 additions and 232 deletions

View File

@@ -13,18 +13,18 @@
<div class="card">
<div class="card-header">
Active Radios
<?= __("Active Radios"); ?>
</div>
<div class="card-body">
<p class="card-text">Below is a list of active radios that are connected to Wavelog.</p>
<p class="card-text">If you haven't connected any radios yet, see the API page to generate API keys.</p>
<p class="card-text"><?= __("Below is a list of active radios that are connected to Wavelog."); ?></p>
<p class="card-text"><?= __("If you haven't connected any radios yet, see the API page to generate API keys."); ?></p>
<div class="table-responsive">
<!-- Display Radio Statuses -->
<table class="table table-sm table-condensated table-striped status"></table>
</div>
<p class="card-text">
<span class="badge text-bg-info">Info</span> You can find out how to use the <a href="https://github.com/wavelog/wavelog/wiki/Radio-Interface" target="_blank">radio functions</a> in the wiki.</a>
<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>'); ?>
</p>
</div>