diff mbox series

[yocto-autobuilder-helper,1/3] dashboard/bugtriage: rename Old Milestone to Wrong Milestone

Message ID 20251029142058.3066156-1-ross.burton@arm.com
State New
Headers show
Series [yocto-autobuilder-helper,1/3] dashboard/bugtriage: rename Old Milestone to Wrong Milestone | expand

Commit Message

Ross Burton Oct. 29, 2025, 2:20 p.m. UTC
Rename to reduce confusion, these are not just old but actively wrong
now.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 scripts/dashboard/bugtriage/index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

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>