diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php
index e44ce2f4..e7936563 100644
--- a/application/views/interface_assets/footer.php
+++ b/application/views/interface_assets/footer.php
@@ -1255,7 +1255,7 @@ $(document).on('keypress',function(e) {
}
} else {
$(".radio_timeout_error" ).remove();
- text = 'TX: '+(Math.round(parseInt(data.frequency)/1000)/1000).toFixed(3)+' MHz';
+ text = 'TX: '+(Math.round(parseInt(data.frequency)/100)/10000).toFixed(4)+' MHz';
if(data.mode != null) {
text = text+''+data.mode;
}