diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php
index 6ec5e9e5..4615a153 100644
--- a/application/controllers/Lotw.php
+++ b/application/controllers/Lotw.php
@@ -227,7 +227,7 @@ class Lotw extends CI_Controller {
// Nothing to upload
if(empty($data['qsos']->result())){
- echo $station_profile->station_callsign."(".$station_profile->station_profile_name.") No QSOs to Upload
";
+ echo $station_profile->station_callsign." (".$station_profile->station_profile_name.") No QSOs to Upload
";
continue;
}