diff --git a/classes/class.Compat.php b/classes/class.Compat.php index d6a19e2..cce041a 100644 --- a/classes/class.Compat.php +++ b/classes/class.Compat.php @@ -436,7 +436,7 @@ public static function printTable() : void // Cell 4: Last Test $html_div_cell = new HTMLDiv("compat-table-cell compat-table-cell-updated"); - $html_a_date = new HTMLA("?d=".str_replace('-', '', $game->date), "Tested on {$game->date}", $game->date); + $html_a_date = new HTMLA("?d=".str_replace('-', '', $game->date), "Updated on {$game->date}", $game->date); $html_div_cell->add_content($html_a_date->to_string());