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