From 2d8ac68aaf6cae82b3263354affd6bd0ee80398f Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Fri, 7 Jun 2024 20:02:24 +0200 Subject: [PATCH] typo --- application/controllers/Logbook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Logbook.php b/application/controllers/Logbook.php index 5b39dbb1a..7fea33e1e 100644 --- a/application/controllers/Logbook.php +++ b/application/controllers/Logbook.php @@ -676,7 +676,7 @@ class Logbook extends CI_Controller { $html .= "QRZ"; break; case 8: - $html .= ""; + $html .= "".__("Clublog") .""; break; default: $html .= "".__("QSL")."";