diff --git a/app/views/launchTest.html b/app/views/launchTest.html index 622738c..611b776 100644 --- a/app/views/launchTest.html +++ b/app/views/launchTest.html @@ -28,7 +28,7 @@ }); socket.on('position', function(position) { - statusElement.innerHTML = 'Waiting behind ' + position + ' other tests'; + statusElement.innerHTML = 'Waiting behind ' + (position + 1) + ' other tests'; setTimeout(askStatus, 2000); });