This commit is contained in:
HB9HIL
2024-06-07 20:02:24 +02:00
parent 99e56a876b
commit 2d8ac68aaf

View File

@@ -676,7 +676,7 @@ class Logbook extends CI_Controller {
$html .= "<th>QRZ</th>";
break;
case 8:
$html .= "<th><?= __("Clublog"); ?></th>";
$html .= "<th>".__("Clublog") ."</th>";
break;
default:
$html .= "<th>".__("QSL")."</th>";