diff --git a/application/controllers/Qrz.php b/application/controllers/Qrz.php index d8d01d34..9346cc0c 100644 --- a/application/controllers/Qrz.php +++ b/application/controllers/Qrz.php @@ -102,7 +102,7 @@ class Qrz extends CI_Controller { public function export() { $this->load->model('stations'); - $data['page_title'] = "QRZ.com Export"; + $data['page_title'] = "QRZ Logbook"; $data['station_profile'] = $this->stations->stations_with_qrz_api_key(); $active_station_id = $this->stations->find_active(); diff --git a/application/views/interface_assets/header.php b/application/views/interface_assets/header.php index f3047eb9..835bde1a 100644 --- a/application/views/interface_assets/header.php +++ b/application/views/interface_assets/header.php @@ -122,7 +122,7 @@
- QRZ.com Export + QRZ Logbook diff --git a/application/views/qrz/export.php b/application/views/qrz/export.php index 9958abb3..3ab13233 100644 --- a/application/views/qrz/export.php +++ b/application/views/qrz/export.php @@ -1,18 +1,18 @@Here you can upload all QSOs to QRZ.com, which have not been previously uploaded. This might take a while, since only 1 QSO is uploaded at a time.
+Here you can upload all QSOs to QRZ Logbook, which have not been previously uploaded. This might take a while, since only 1 QSO is uploaded at a time.
-You need to set a QRZ API Key in your station profile. Only a station profile with an API Key set, is diplayed in the table below.
+You need to set a QRZ Logbook API Key in your station profile. Only a station profile with an API Key set, is diplayed in the table below.
result()) {