diff --git a/scripts/overview.php b/scripts/overview.php
index 9112c30..7394811 100644
--- a/scripts/overview.php
+++ b/scripts/overview.php
@@ -435,7 +435,7 @@ function display_species($species_list, $title, $show_last_seen=false) {
Max Confidence: ' . round($todaytable['Confidence'] * 100 ) . '%' . $occurrence_text;
+ echo 'Max confidence: ' . round($todaytable['Confidence'] * 100 ) . '%' . $occurrence_text;
echo " First detection: {$todaytable['Time']}";
echo $last_seen_text;
?> |