From 670f2d0b0e980fb6169a036ca216e0df919dbf42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sat, 18 Jul 2009 17:11:55 +0000 Subject: [PATCH] Display correct unit for QAM symbol rates. --- src/webui/static/app/dvb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/static/app/dvb.js b/src/webui/static/app/dvb.js index ba3f0856..7c0a1d6f 100644 --- a/src/webui/static/app/dvb.js +++ b/src/webui/static/app/dvb.js @@ -971,7 +971,7 @@ tvheadend.dvb_adapter_general = function(adapterData, satConfStore) { ', in steps of {freqStep} kHz' + '' + '

Symbolrate range:

' + - '{symrateMin} kBaud/s - {symrateMax} kBaud/s
' + + '{symrateMin} Baud - {symrateMax} Baud' + '

Status

' + '

Currently tuned to:

{currentMux} ' + '

Services:

{services}' +