]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/html/themes/ipfire/include/functions.pl
Change case of the unit "bit" from "Bit" to "bit" in web UI
[people/pmueller/ipfire-2.x.git] / html / html / themes / ipfire / include / functions.pl
index eedf069dda153450192f952197413fa7aad85fe1..7f6000a46d3c5d1641e7cdb8b5113b706d7dee80 100644 (file)
@@ -70,8 +70,8 @@ sub showmenu() {
                print <<EOF;
                        <div id='traffic'>
                                <strong>Traffic:</strong>
-                               In  <span id='rx_kbs'>--.-- Bit/s</span> &nbsp;
-                               Out <span id='tx_kbs'>--.-- Bit/s</span>
+                               In  <span id='rx_kbs'>--.-- bit/s</span> &nbsp;
+                               Out <span id='tx_kbs'>--.-- bit/s</span>
                        </div>
 EOF
        }