diff options
Diffstat (limited to 'httemplate/elements/tower_sector.html')
-rw-r--r-- | httemplate/elements/tower_sector.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/elements/tower_sector.html b/httemplate/elements/tower_sector.html index 987177582..dacb5ba92 100644 --- a/httemplate/elements/tower_sector.html +++ b/httemplate/elements/tower_sector.html @@ -60,7 +60,8 @@ tie my %label, 'Tie::IxHash', 'width' => 'Horiz. width', 'v_width' => 'Vert. width', 'sector_range' => 'Range', - 'margin' => 'Signal margin (dB)', + 'db_high' => 'High quality margin (dB)', + 'db_low' => 'Low quality margin (dB)', ; my @fields = keys %label; |