Display correct unit for QAM symbol rates.

This commit is contained in:
Andreas Öman 2009-07-18 17:11:55 +00:00
parent 52a38108e9
commit 670f2d0b0e

View file

@ -971,7 +971,7 @@ tvheadend.dvb_adapter_general = function(adapterData, satConfStore) {
', in steps of {freqStep} kHz' +
'<tpl if="symrateMin != 0">' +
'<h3>Symbolrate range:</h3>' +
'{symrateMin} kBaud/s - {symrateMax} kBaud/s</tpl>' +
'{symrateMin} Baud - {symrateMax} Baud</tpl>' +
'<h2 style="font-size: 150%">Status</h2>' +
'<h3>Currently tuned to:</h3>{currentMux}&nbsp' +
'<h3>Services:</h3>{services}' +