mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Changed QSL-Label to "to radio"
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user