diff --git a/src/public/app/setup.ts b/src/public/app/setup.ts index 6bb44f2e8..ec389c793 100644 --- a/src/public/app/setup.ts +++ b/src/public/app/setup.ts @@ -110,7 +110,7 @@ async function checkOutstandingSyncs() { } function showAlert(message: string) { - $("#alert").html(message); + $("#alert").text(message); $("#alert").show(); }