diff --git a/application/controllers/Labels.php b/application/controllers/Labels.php index 76a514f39..cf0b966c3 100644 --- a/application/controllers/Labels.php +++ b/application/controllers/Labels.php @@ -332,7 +332,7 @@ class Labels extends CI_Controller { $text = "Confirming QSO".($numofqsos>1 ? 's' : '')." with "; $text .= $current_callsign; if (($via) && ($qso['via'] ?? '' != '')) { - $text.=' | send via '.substr($qso['via'],0,8); + $text.=' via '.substr($qso['via'],0,8); } $text .= "\n"; $text .= $builder->renderTable();