diff options
Diffstat (limited to 'packages/index.php')
-rw-r--r-- | packages/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/index.php b/packages/index.php index 1ae251c..ba783f9 100644 --- a/packages/index.php +++ b/packages/index.php @@ -302,7 +302,7 @@ if (! $result = $mysql -> query( print "<td>" . $row["version"] . "</td>\n"; print "<td>"; if ($row["has_issues"]) - print "bugs"; + print "has open bug reports"; else print " "; print "</td>\n"; |