diff options
-rw-r--r-- | lib.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |