1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-01-30 04:30:56 +02:00

Fix error typo

This commit is contained in:
Ralph Slooten 2024-01-23 16:13:53 +13:00
parent 193f38d063
commit f4f6a9b217

View File

@ -82,7 +82,7 @@ export default {
requestNotifications: function () {
// check if the browser supports notifications
if (!("Notification" in window)) {
alert("This browser does not support desktop notification")
alert("This browser does not support desktop notifications")
}
// we need to ask the user for permission