diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php
index 726289afd..a971b6903 100644
--- a/application/views/interface_assets/footer.php
+++ b/application/views/interface_assets/footer.php
@@ -67,30 +67,30 @@
var lang_notes_duplicate_confirmation = "= __("Duplicate this note?"); ?>";
var lang_notes_duplication_disabled_short = "= __("Duplication Disabled"); ?>";
var lang_notes_not_found = "= __("No notes were found"); ?>";
- var lang_qso_note_missing = "= __("No notes for this callsign"); ?>";
- var lang_qso_note_toast_title = "= __("Callsign Note"); ?>";
- var lang_qso_note_deleted = "= __("Note deleted successfully"); ?>";
- var lang_qso_note_created = "= __("Note created successfully"); ?>";
- var lang_qso_note_saved = "= __("Note saved successfully"); ?>";
- var lang_qso_note_error_saving = "= __("Error saving note"); ?>";
- var lang_cat_live = "= __("live"); ?>";
- var lang_cat_polling = "= __("polling"); ?>";
- var lang_cat_polling_tooltip = "= __("Periodic polling is slow. When operating locally, WebSockets are a more convenient way to control your radio in real-time."); ?>";
- var lang_cat_tx = "= __("TX"); ?>";
- var lang_cat_rx = "= __("RX"); ?>";
- var lang_cat_tx_rx = "= __("TX/RX"); ?>";
- var lang_cat_mode = "= __("Mode"); ?>";
- var lang_cat_power = "= __("Power"); ?>";
- var lang_cat_connection_error = "= __("Radio connection error"); ?>";
- var lang_cat_connection_lost = "= __("Connection lost, please select another radio."); ?>";
- var lang_cat_connection_timeout = "= __("Radio connection timeout"); ?>";
- var lang_cat_data_stale = "= __("Data is stale, please select another radio."); ?>";
- var lang_cat_not_logged_in = "= __("You're not logged in. Please log in."); ?>";
- var lang_cat_radio_tuning_failed = "= __("Radio Tuning Failed"); ?>";
- var lang_cat_failed_to_tune = "= __("Failed to tune radio to"); ?>";
- var lang_cat_not_responding = "= __("CAT interface not responding. Please check your radio connection."); ?>";
- var lang_cat_no_url_configured = "= __("No CAT URL configured for this radio"); ?>";
- var lang_cat_websocket_radio = "= __("WebSocket Radio"); ?>";
+ var lang_qso_note_missing = "= __("No notes for this callsign"); ?>";
+ var lang_qso_note_toast_title = "= __("Callsign Note"); ?>";
+ var lang_qso_note_deleted = "= __("Note deleted successfully"); ?>";
+ var lang_qso_note_created = "= __("Note created successfully"); ?>";
+ var lang_qso_note_saved = "= __("Note saved successfully"); ?>";
+ var lang_qso_note_error_saving = "= __("Error saving note"); ?>";
+ var lang_cat_live = "= __("live"); ?>";
+ var lang_cat_polling = "= __("polling"); ?>";
+ var lang_cat_polling_tooltip = "= __("Periodic polling is slow. When operating locally, WebSockets are a more convenient way to control your radio in real-time."); ?>";
+ var lang_cat_tx = "= __("TX"); ?>";
+ var lang_cat_rx = "= __("RX"); ?>";
+ var lang_cat_tx_rx = "= __("TX/RX"); ?>";
+ var lang_cat_mode = "= __("Mode"); ?>";
+ var lang_cat_power = "= __("Power"); ?>";
+ var lang_cat_connection_error = "= __("Radio connection error"); ?>";
+ var lang_cat_connection_lost = "= __("Connection lost, please select another radio."); ?>";
+ var lang_cat_connection_timeout = "= __("Radio connection timeout"); ?>";
+ var lang_cat_data_stale = "= __("Data is stale, please select another radio."); ?>";
+ var lang_cat_not_logged_in = "= __("You're not logged in. Please log in."); ?>";
+ var lang_cat_radio_tuning_failed = "= __("Radio Tuning Failed"); ?>";
+ var lang_cat_failed_to_tune = "= __("Failed to tune radio to"); ?>";
+ var lang_cat_not_responding = "= __("CAT interface not responding. Please check your radio connection."); ?>";
+ var lang_cat_no_url_configured = "= __("No CAT URL configured for this radio"); ?>";
+ var lang_cat_websocket_radio = "= __("WebSocket Radio"); ?>";
var lang_qso_location_is_fetched_from_provided_gridsquare = "= __("Location is fetched from provided gridsquare"); ?>";
var lang_qso_location_is_fetched_from_dxcc_coordinates = "= __("Location is fetched from DXCC coordinates (no gridsquare provided)"); ?>";
diff --git a/application/views/qso/index.php b/application/views/qso/index.php
index 1a672c571..670c6f1ca 100644
--- a/application/views/qso/index.php
+++ b/application/views/qso/index.php
@@ -383,9 +383,9 @@ if (typeof window.DX_WATERFALL_FIELD_MAP === 'undefined') {