diff --git a/web/templates/account/dashboard.html b/web/templates/account/dashboard.html index 2cec78c..0a2f3e0 100644 --- a/web/templates/account/dashboard.html +++ b/web/templates/account/dashboard.html @@ -678,7 +678,7 @@ Mute these notifications @@ -874,7 +874,7 @@ document.addEventListener('DOMContentLoaded', () => { e.stopPropagation(); const link = node.dataset.link, - prompt = node.dataset.confirm; + prompt = node.dataset.confirm.replace(/\\n/g, "\n"); if (!window.confirm(prompt)) return; window.location = link;