diff --git a/templates/auth/sudo/getForm.test.ts b/templates/auth/sudo/getForm.test.ts index fd991b29..321ca766 100644 --- a/templates/auth/sudo/getForm.test.ts +++ b/templates/auth/sudo/getForm.test.ts @@ -21,7 +21,7 @@ it('sudo form works', () => { try { form.get(); } catch (e) { - expect(e.message).toBe("Element form is undefined"); + expect(e.message).toBe('Element form is undefined'); } const element = document.createElement('form'); diff --git a/templates/widget/index.html b/templates/widget/index.html index bbee2b0f..5dd72fd3 100644 --- a/templates/widget/index.html +++ b/templates/widget/index.html @@ -16,10 +16,10 @@ id="widget__verification-checkbox" class="widget__verification-checkbox" type="checkbox" /> - I'm not a robot - Processing... - Verified! - Something wen't wrong + I'm not a robot + Processing... + Verified! + Something wen't wrong