Skip to content

Commit 70469af

Browse files
committed
changed the message that the test is invalid after afk to be more descriptive
1 parent 5597e11 commit 70469af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/js/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ function showResult() {
465465
}
466466

467467
if(afkDetected){
468-
showNotification("Test invalid",3000);
468+
showNotification("Test invalid - AFK detected",3000);
469469
}else{
470470
let completedEvent = {
471471
wpm: stats.wpm,

0 commit comments

Comments
 (0)