mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge pull request #2565 from szporwolik/dev_fix_references_at_qso
[DX Cluster] Fix for references population to QSO form
This commit is contained in:
@@ -113,6 +113,9 @@
|
||||
var lang_bandmap_spot = "<?= __("spot"); ?>";
|
||||
var lang_bandmap_spotters = "<?= __("spotters"); ?>";
|
||||
|
||||
// QSO preparation debounce messages
|
||||
var lang_bandmap_please_wait = "<?= __("Please Wait"); ?>";
|
||||
var lang_bandmap_wait_before_send = "<?= __("Please wait %s seconds before sending another callsign to the QSO form"); ?>";
|
||||
|
||||
// DataTables messages
|
||||
var lang_bandmap_loading_spots = "<?= __("Loading spots..."); ?>";
|
||||
@@ -518,7 +521,6 @@
|
||||
<th title="<?= __("CQ Zone"); ?>"><i class="fas fa-map-marked"></i></th>
|
||||
<th title="<?= __("Flag"); ?>"><i class="fas fa-flag"></i></th>
|
||||
<th title="<?= __("DXCC Entity"); ?>"><?= __("Entity"); ?></th>
|
||||
<th title="<?= __("DXCC Number"); ?>"><i class="fas fa-hashtag"></i></th>
|
||||
<th title="<?= __("Spotter Callsign"); ?>"><?= __("de"); ?></th>
|
||||
<th title="<?= __("Spotter Continent"); ?>"><i class="fas fa-globe-americas"></i></th>
|
||||
<th title="<?= __("Spotter CQ Zone"); ?>"><i class="fas fa-map-marked"></i></th>
|
||||
|
||||
Reference in New Issue
Block a user