Merge pull request #1725 from myxor/patch-1

Fix typo in activity reminder
pull/1722/head
Gordon Williams 2022-04-21 10:37:18 +01:00 committed by GitHub
commit 971fcb2f67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
function drawAlert(){
E.showPrompt("Innactivity detected",{
E.showPrompt("Inactivity detected",{
title:"Activity reminder",
buttons : {"Ok": true,"Dismiss": false}
}).then(function(v) {