summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib.php b/lib.php
index 58e1236..12b98d5 100644
--- a/lib.php
+++ b/lib.php
@@ -509,8 +509,8 @@ function draw_buildtime_chart() {
{$rows}
]);
var options = {
- title: 'How long are most of the builds (in minutes)?',
- hAxis: {title: 'Duration'},
+ title: 'How long are most of the builds?',
+ hAxis: {title: 'Duration (in minutes)'},
'width':500,
'height':200,
'backgroundColor': '#f8f8f8'