Update Lotw.php

This commit is contained in:
Peter Goodhall
2020-09-08 00:33:41 +01:00
parent f526cb6bcf
commit 5e8d0109a0

View File

@@ -322,7 +322,7 @@ class Lotw extends CI_Controller {
unlink(realpath($filename_for_saving));
}
} else {
echo "No Station Profiles";
echo "No Station Profiles found to upload to LOTW";
}
/*
@@ -599,7 +599,7 @@ class Lotw extends CI_Controller {
return $results;
}
} else {
echo "No users found";
return "No LOTW User details found to carry out matches.";
}
}