Changed printed text to "via [via]" from " | send via [via]"

这个提交包含在:
int2001 2023-10-26 11:29:58 +00:00
父节点 8e6c4733d9
当前提交 0e46192055
找不到此签名对应的密钥
GPG 密钥 ID: DFB1C13CD2DB037B

查看文件

@ -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();