I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit e6c3c097 authored by zzz's avatar zzz
Browse files

Console: Remove UTC text already hidden by CSS

parent 89610092
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment