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