diff --git a/src/components/views/login/CaptchaForm.js b/src/components/views/login/CaptchaForm.js index 6b39d18c45..d50e0dee26 100644 --- a/src/components/views/login/CaptchaForm.js +++ b/src/components/views/login/CaptchaForm.js @@ -60,7 +60,7 @@ module.exports = React.createClass({ // * jumping straight to a hosted captcha page (but we don't support that yet) // * embedding the captcha in an iframe (if that works) // * using a better captcha lib - warning.innerHTML = "Robot check is currently unavailable on desktop - please sign up using a web browser."; + warning.innerHTML = "Robot check is currently unavailable on desktop - please use a web browser."; this.refs.recaptchaContainer.appendChild(warning); } else {