mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 04:51:16 +08:00
changed the message that the test is invalid after afk to be more descriptive
This commit is contained in:
parent
196b3bf0c5
commit
e85859ba28
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ function showResult() {
|
|||
}
|
||||
|
||||
if(afkDetected){
|
||||
showNotification("Test invalid",3000);
|
||||
showNotification("Test invalid - AFK detected",3000);
|
||||
}else{
|
||||
let completedEvent = {
|
||||
wpm: stats.wpm,
|
||||
|
|
Loading…
Reference in a new issue