diff --git a/src/Posting/Captcha.fixes.coffee b/src/Posting/Captcha.fixes.coffee index 583403a29..c0c1df119 100644 --- a/src/Posting/Captcha.fixes.coffee +++ b/src/Posting/Captcha.fixes.coffee @@ -74,7 +74,7 @@ Captcha.fixes = for errmsg in $$ '.rc-imageselect-incorrect-response, .rc-imageselect-error-select-one, .rc-imageselect-error-select-more' unless $ 'a', errmsg link = $.el 'a', - href: 'https://www.4chan.org/feedback' + href: 'https://www.4chan-x.net/captchas.html' target: '_blank' textContent: '[complain]' $.add errmsg, [$.tn(' '), link] diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index 36505e1ab..baa97f6f1 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -730,7 +730,7 @@ QR = # Remove the obnoxious 4chan Pass ad. if /mistyped/i.test err.textContent err = $.el 'span', - <%= html('You mistyped the CAPTCHA, or the CAPTCHA malfunctioned [complain here].') %> + <%= 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.