fixes #1733 correctly write non-breakable space character and correctly escape it for JS

This commit is contained in:
plegall
2022-09-21 14:29:17 +02:00
parent 0d63a78686
commit 740456e34b
2 changed files with 20 additions and 20 deletions
@@ -4,7 +4,7 @@
{footer_script}
const title_msg = '{'Are you sure you want to restore to default settings?'|@translate|@escape}';
const title_msg = '{'Are you sure you want to restore to default settings?'|@translate|@escape:javascript}';
const confirm_msg = '{'Yes, I am sure'|@translate|@escape}';
const cancel_msg = '{'No, I have changed my mind'|@translate|@escape}';