From d3e9c7d23c1fcf1e7e5a1444dfc3ef7588e77212 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 3 Oct 2015 11:57:27 -0700 Subject: [PATCH] Add feedback page link to captcha error. --- src/Posting/QR.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.