summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.php b/lib.php
index e9a6b07..e29b3c4 100644
--- a/lib.php
+++ b/lib.php
@@ -501,7 +501,7 @@ function draw_buildtime_chart() {
]);
var options = {
title: 'How long are most of the builds?',
- hAxis: {title: 'Time'},
+ hAxis: {title: 'Duration'},
'width':500,
'height':200,
'backgroundColor': '#f8f8f8'