diff --git a/web/template/stats/updates_table.php b/web/template/stats/updates_table.php index 2a6c2f3b..5e278b13 100644 --- a/web/template/stats/updates_table.php +++ b/web/template/stats/updates_table.php @@ -23,7 +23,7 @@ $sub_int = intval($row["SubmittedTS"]); if ($mod_int != 0): $modstring = gmdate("r", $mod_int); elseif ($sub_int != 0): - $modstring = ' ' . gmdate("r", $sub_int); + $modstring = 'New! ' . gmdate("r", $sub_int); else: $modstring = '(unknown)'; endif;