summaryrefslogtreecommitdiff
path: root/partials/visualisation.html
diff options
context:
space:
mode:
Diffstat (limited to 'partials/visualisation.html')
-rw-r--r--partials/visualisation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/partials/visualisation.html b/partials/visualisation.html
index ef16f2a..0c5710f 100644
--- a/partials/visualisation.html
+++ b/partials/visualisation.html
@@ -46,7 +46,7 @@
</div>
<div class="lane col-xs-2">
- <a class="lanelink" href="http://wiki.baserock.org/ciat/"><h3>Automatic test</h3></a>
+ <a class="lanelink" href="http://wiki.baserock.org/ciat/"><h3>Test</h3></a>
<div class="box"
ng-class="{'pass': step.lastBuild.success, 'active': step.data.state == 'building', 'fail': step.lastBuild.failed}"
ng-repeat="step in tests"