diff --git a/dashboard-ui/scripts/Itemdetailpage.js b/dashboard-ui/scripts/Itemdetailpage.js
index 5352912434..158ce2683e 100644
--- a/dashboard-ui/scripts/Itemdetailpage.js
+++ b/dashboard-ui/scripts/Itemdetailpage.js
@@ -424,13 +424,13 @@
html += '
Aspect Ratio ' + stream.AspectRatio + '';
}
if (stream.BitRate) {
- html += 'Bitrate ' + stream.BitRate + '';
+ html += 'Bitrate ' + stream.BitRate + '';
}
if (stream.Channels) {
html += 'Channels ' + stream.Channels + '';
}
if (stream.SampleRate) {
- html += 'Sample Rate ' + stream.SampleRate + '';
+ html += 'Sample Rate ' + stream.SampleRate + '';
}
var framerate = stream.AverageFrameRate || stream.RealFrameRate;