diff --git a/scripts/dashboard/bugtriage/index.html b/scripts/dashboard/bugtriage/index.html
index 1cca4928..a51279ab 100644
--- a/scripts/dashboard/bugtriage/index.html
+++ b/scripts/dashboard/bugtriage/index.html
@@ -128,10 +128,10 @@
       </div>
 
       <div class="section scrollspy" id="oldmilestone-container">
-        <h4>Old Milestone <a class="waves-effect btn-flat" onclick="reloadTable('#oldmilestone');"><i class="material-icons">refresh</i></a></h4>
+        <h4>Wrong Milestone <a class="waves-effect btn-flat" onclick="reloadTable('#oldmilestone');"><i class="material-icons">refresh</i></a></h4>
         <p>
           All open bugs that are targetted for a milestone in the past: they
-          should be closed or moved to a future milestone.
+          should be closed if fixed, or moved to a future milestone.
         </p>
         <div id="oldmilestone"></div>
       </div>
@@ -155,7 +155,7 @@
         <li><a href="#abint-container">AB-INT</a></li>
         <li><a href="#needinfo-container">Need Info</a></li>
         <li><a href="#inactive-container">Inactive</a></li>
-        <li><a href="#oldmilestone-container">Old Milestone</a></li>
+        <li><a href="#oldmilestone-container">Wrong Milestone</a></li>
         <li><a href="#newcomer-container">Newcomer</a></li>
       </ul>
     </div>
