Align SIG abbreviations

This commit is contained in:
phl0
2025-05-07 21:25:51 +02:00
parent ba8c0fb03c
commit 91a9416239
4 changed files with 11 additions and 11 deletions

View File

@@ -663,7 +663,7 @@
</div>
<div class="form-check form-switch">
<input name="user_sig_to_qso_tab" class="form-check-input" type="checkbox" role="switch" id="sigToQsoTab" <?php if ($user_sig_to_qso_tab ?? false) { echo 'checked'; } ?>>
<label class="form-check-label" for="sigToQsoTab" ><?= __("Sig"); ?> / <?= __("Sig Info"); ?></label>
<label class="form-check-label" for="sigToQsoTab" ><?= __("SIG"); ?> / <?= __("SIG Info"); ?></label>
</div>
<div class="form-check form-switch">
<input name="user_dok_to_qso_tab" class="form-check-input" type="checkbox" role="switch" id="dokToQsoTab" <?php if ($user_dok_to_qso_tab ?? false) { echo 'checked'; } ?>>