Changed dashboard title
Change-Id: I30d3a1dd0c496912cd0b83a8c4cfabefa171ee9e
diff --git a/xos/gui/src/app/components/vtr/vtr-dashboard.html b/xos/gui/src/app/components/vtr/vtr-dashboard.html
index 7020b35..26c6e57 100644
--- a/xos/gui/src/app/components/vtr/vtr-dashboard.html
+++ b/xos/gui/src/app/components/vtr/vtr-dashboard.html
@@ -1,7 +1,8 @@
<div class="row">
<div class="col-xs-12">
- <h1>vTR Dashboard</h1>
- <p>Use this page to run test against your subscriber</p>
+ <h1>Virtual Truck Roll Dashboard</h1>
+ <p>Use this page to run test against your subscribers</p>
+ <i>Please note that this is a reference implementation that is intended to demontrate all the possible capabilities. In a real scenario you may want to integrate the API provided by this service in your help desk software.</i>
</div>
</div>
<form ng-submit="vm.runTest()">