added confirmation translations

pull/2664/head
HB9HIL 2023-11-07 22:16:26 +01:00
rodzic 4e7ed84ae6
commit 95fe268ca8
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -52,15 +52,15 @@
<div class="col-md-3">
<div class="form-check-inline">
<input class="form-check-input" type="checkbox" name="qsl" value="1" id="qsl" <?php if ($this->input->post('qsl')) echo ' checked="checked"'; ?> >
<label class="form-check-label" for="qsl">QSL</label>
<label class="form-check-label" for="qsl"><?php echo lang('gen_hamradio_qsl') ?></label>
</div>
<div class="form-check-inline">
<input class="form-check-input" type="checkbox" name="lotw" value="1" id="lotw" <?php if ($this->input->post('lotw')) echo ' checked="checked"'; ?> >
<label class="form-check-label" for="lotw">LoTW</label>
<label class="form-check-label" for="lotw"><?php echo lang('general_word_lotw_short') ?></label>
</div>
<div class="form-check-inline">
<input class="form-check-input" type="checkbox" name="eqsl" value="1" id="eqsl" <?php if ($this->input->post('eqsl')) echo ' checked="checked"'; ?> >
<label class="form-check-label" for="eqsl">eQSL</label>
<label class="form-check-label" for="eqsl"><?php echo lang('eqsl_short') ?></label>
</div>
</div>
</div>