diff --git a/application/controllers/Labels.php b/application/controllers/Labels.php index 53ce1a0df..434a25444 100644 --- a/application/controllers/Labels.php +++ b/application/controllers/Labels.php @@ -345,7 +345,7 @@ class Labels extends CI_Controller { function generateLabel($pdf, $current_callsign, $tableData,$numofqsos,$qso,$orientation,$grid=true, $via=false, $reference = false){ $builder = new \AsciiTable\Builder(); $builder->addRows($tableData); - $text = "Confirming QSO".($numofqsos>1 ? 's' : '')." with "; + $text = "Confirming QSO".($numofqsos>1 ? 's' : '').". To Radio: "; $text .= $current_callsign; if (($via) && ($qso['via'] ?? '' != '')) { $text.=' via '.substr($qso['via'],0,8);