diff --git a/application/language/english/qso_lang.php b/application/language/english/qso_lang.php index cede1158..a59ce307 100644 --- a/application/language/english/qso_lang.php +++ b/application/language/english/qso_lang.php @@ -6,7 +6,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $lang['qso_title_qso_map'] = 'QSO Map'; $lang['qso_title_suggestions'] = 'Suggestions'; $lang['qso_title_pervious_contacts'] = 'Previous Contacts'; -$lang['qso_title_image'] = 'Image'; +$lang['qso_title_image'] = 'Profile Picture from qrz.com'; // Input Help Text on the /QSO Display $lang['qso_transmit_power_helptext'] = 'Give power value in Watts. Include only numbers in the input.'; diff --git a/application/language/german/qso_lang.php b/application/language/german/qso_lang.php index 4ff7ec72..3d3bac52 100644 --- a/application/language/german/qso_lang.php +++ b/application/language/german/qso_lang.php @@ -6,7 +6,7 @@ defined('BASEPATH') OR exit('Direkter Zugriff auf Skripte ist nicht erlaubt'); $lang['qso_title_qso_map'] = 'QSO-Karte'; $lang['qso_title_suggestions'] = 'Vorschläge'; $lang['qso_title_pervious_contacts'] = 'Vorherige Kontakte'; -$lang['qso_title_image'] = 'Bild'; +$lang['qso_title_image'] = 'Profilbild von qrz.com'; // Input Help Text on the /QSO Display $lang['qso_transmit_power_helptext'] = 'Gib die Ausgangsleistung in Watt an. Erfasse nur Zahlen bei der Eingabe.'; diff --git a/application/views/user/add.php b/application/views/user/add.php index ac8888b4..ed291225 100644 --- a/application/views/user/add.php +++ b/application/views/user/add.php @@ -228,12 +228,12 @@
- + -
Please set your qrz.com credentials in the station locations configuration (XML subscription required).
+
Please set your qrz.com API key in the station locations configuration (XML subscription required).
diff --git a/application/views/user/edit.php b/application/views/user/edit.php index 90c8a43f..2fe437ae 100644 --- a/application/views/user/edit.php +++ b/application/views/user/edit.php @@ -424,12 +424,12 @@
- + -
Please set your qrz.com credentials in the station locations configuration (XML subscription required).
+
Please set your qrz.com API key in the station locations configuration (XML subscription required).
diff --git a/assets/css/general.css b/assets/css/general.css index 604f9733..427b04da 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -304,10 +304,6 @@ div#station_logbooks_linked_table_paginate { /* qrz.com profile picture Styles */ .callsign-image .card-title { - margin-bottom: 0px; -} - -.callsign-image { margin-bottom: 10px; margin-left: auto; margin-right: auto;