From 7d42ef90d64a6b6e35b347d053238e9de746cec1 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 24 Dec 2016 18:40:04 +0000 Subject: [PATCH] improve captcha warning --- src/components/views/login/CaptchaForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {