text changed

gh-pages
Thierry Degeling 2014-09-23 18:50:18 +01:00
parent 2239f1cb79
commit 54ce204206
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ function l2status() {
.html('<h1>Closed</h1> ' + timeStamp);
}
$('.NbrHackers').text( status.sensors.people_now_present[0].value + ' Hackers' );
$('.NbrHackers').text( status.sensors.people_now_present[0].value + ' people inside' );
}
});