diff options
| -rw-r--r-- | dashboard/app/subsystems.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/subsystems.html b/dashboard/app/subsystems.html index 639fc1c82..ba197a2ab 100644 --- a/dashboard/app/subsystems.html +++ b/dashboard/app/subsystems.html @@ -19,7 +19,7 @@ The list of polled trees. <tr> <th><a onclick="return sortTable(this, 'Name', textSort)" href="#">Name</a></th> <th>List(s)</th> - <th><a onclick="return sortTable(this, 'Open bugs', numSort)" href="#">Open bugs</a></th> + <th><a onclick="return sortTable(this, 'Open', numSort)" href="#">Open</a></th> <th><a onclick="return sortTable(this, 'Fixed', numSort)" href="#">Fixed</a></th> </tr> </thead> |
