X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=www%2Fjs%2Fremoteglot.js;h=e74187307250a5870b7d11a3ed71536796e1c2a1;hp=8cffebdeda197c78022ad443fdc2ea73c7fc56e7;hb=6404163f499105481e17d5221641523cb15d02f2;hpb=071760a7bd1a175ebe9c77b460b8d0f654eeee48 diff --git a/www/js/remoteglot.js b/www/js/remoteglot.js index 8cffebd..e741873 100644 --- a/www/js/remoteglot.js +++ b/www/js/remoteglot.js @@ -525,9 +525,9 @@ var update_board = function(data, num_viewers) { } if (data['tbhits'] && data['tbhits'] > 0) { if (data['tbhits'] == 1) { - stats += ', one Nalimov hit'; + stats += ', one Syzygy hit'; } else { - stats += ', ' + data['tbhits'] + ' Nalimov hits'; + stats += ', ' + thousands(data['tbhits']) + ' Syzygy hits'; } }