diff --git a/gobbler/display.php b/gobbler/display.php index c638ab247f17fe67f55796981f059df815285237..d85c0bc387169ad4b772a63a39e3772e26faa86d 100644 --- a/gobbler/display.php +++ b/gobbler/display.php @@ -62,7 +62,7 @@ if ($req_user) { $res = $mdb2->query("SELECT username, artist, track, time FROM Scrobbles ORDER BY time DESC LIMIT 10"); - echo "

last 100 Gobbles

"; + echo "

last 10 Gobbles

"; }