]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/hardwaregraphs.cgi
correct wrong headline at hardwaregraphs.cgi
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / hardwaregraphs.cgi
index 7b5a848bfdd53bcab6c860e6eb3874776c031501..f5999c87ebee88e97faf0692de3134d2e033a4e0 100644 (file)
@@ -73,7 +73,7 @@ if ( $querry[0] =~ "hwtemp"){
        &Graphs::updatehddgraph($querry[0],$querry[1]);
 }else{
        &Header::showhttpheaders();
-       &Header::openpage($Lang::tr{'harddisk temperature graphs'}, 1, '');
+       &Header::openpage($Lang::tr{'hardware graphs'}, 1, '');
        &Header::openbigbox('100%', 'left');
 
        &Header::getcgihash(\%sensorsettings);