Console: Remove UTC text already hidden by CSS

This commit is contained in:
zzz
2022-03-16 07:47:26 -04:00
parent 8961009292
commit e6c3c097b5

View File

@@ -355,9 +355,7 @@ public class GraphHelper extends FormHandler {
_out.write(link(_stat, !_showEvents, _periodCount, _end, _width, _height));
if (!_stat.equals("bw.combined"))
_out.write(_showEvents ? _t("Plot averages") : _t("plot events"));
_out.write("</a>");
_out.write("</p><p><i>" + _t("All times are UTC.") + "</i></p>\n");
_out.write("</a></p>\n");
} catch (IOException ioe) {
ioe.printStackTrace();
}