diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index 2dbaf5d4f..36505e1ab 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -729,7 +729,8 @@ QR = if /captcha|verification/i.test(err.textContent) or err is 'Connection error with sys.4chan.org.' # Remove the obnoxious 4chan Pass ad. if /mistyped/i.test err.textContent - err = 'You seem to have mistyped the CAPTCHA.' + err = $.el 'span', + <%= html('You mistyped the CAPTCHA, or the CAPTCHA malfunctioned [complain here].') %> else if /expired/i.test err.textContent err = 'This CAPTCHA is no longer valid because it has expired.' # Enable auto-post if we have some cached captchas.