diff --git a/html/includes/graphs/device/agent.inc.php b/html/includes/graphs/device/agent.inc.php
index 2503fd58e..56a46c10d 100644
--- a/html/includes/graphs/device/agent.inc.php
+++ b/html/includes/graphs/device/agent.inc.php
@@ -18,8 +18,10 @@ $colour_line = "36393D";
$colour_area_max = "FFEE99";
$graph_max = 1;
+$multiplier = 1000;
+$multiplier_action = "/";
-$unit_text = "msec";
+$unit_text = "Seconds";
require "includes/graphs/generic_simplex.inc.php";