Skip to content

Commit

Permalink
browser notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
divinsmathew committed May 19, 2021
1 parent d6f5149 commit 405e348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/cowatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async function onload()
case "denied":
browserNotificationCheckbox.style.display = "none"
let label = document.querySelector("#notificationSettings label")
label.innerHTML = "<b>Please grand the permission manually.</b>"
label.innerHTML = "<b>Please grant the permission manually.</b>"
setTimeout(() =>
{
label.innerHTML = "Receive browser notifications"
Expand Down

0 comments on commit 405e348

Please sign in to comment.