diff --git a/src/Notifier.js b/src/Notifier.js index ef4102ee91..0b0a5f6990 100644 --- a/src/Notifier.js +++ b/src/Notifier.js @@ -137,7 +137,7 @@ const Notifier = { let audioElement = selector; if (!selector) { if (!sound) { - console.error("Tried to play alert sound but missing #messageAudio"); + console.error("No audio element or sound to play for notification"); return; } audioElement = new Audio(sound.url);