From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] correct wrong headline at hardwaregraphs.cgi Date: Fri, 24 Nov 2017 20:32:55 +0100 Message-ID: <20171124203255.5ae990c1.peter.mueller@link38.eu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0558084277164860555==" List-Id: --===============0558084277164860555== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit The page description (title and headline) should print "hardware graphs" instead of only mentioning HDDs. Signed-off-by: Peter Müller --- html/cgi-bin/hardwaregraphs.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/hardwaregraphs.cgi b/html/cgi-bin/hardwaregraphs.cgi index 7b5a848bf..f5999c87e 100644 --- a/html/cgi-bin/hardwaregraphs.cgi +++ b/html/cgi-bin/hardwaregraphs.cgi @@ -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); -- 2.13.6 --===============0558084277164860555==--