changed the message that the test is invalid after afk to be more descriptive

This commit is contained in:
unknown 2020-05-24 22:02:42 +01:00
parent 196b3bf0c5
commit e85859ba28

View file

@ -465,7 +465,7 @@ function showResult() {
}
if(afkDetected){
showNotification("Test invalid",3000);
showNotification("Test invalid - AFK detected",3000);
}else{
let completedEvent = {
wpm: stats.wpm,