diff --git a/plugins/festinger/festinger/main.py b/plugins/festinger/festinger/main.py index 25b67a9..d15429b 100644 --- a/plugins/festinger/festinger/main.py +++ b/plugins/festinger/festinger/main.py @@ -2040,8 +2040,8 @@ ADMIN_HTML = """ async function resetGraph(btn) {{ if (!confirm( - 'This will DELETE all learned URD edges, domain concepts, conflicts, and write logs.\n\n' + - 'The standard English dictionary seed will be kept.\n\n' + + 'This will DELETE all learned URD edges, domain concepts, conflicts, and write logs.\\n\\n' + + 'The standard English dictionary seed will be kept.\\n\\n' + 'Are you sure?' )) return; btn.disabled = true;