Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 7d42ef9

Browse files
committed
improve captcha warning
1 parent 386770a commit 7d42ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/login/CaptchaForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module.exports = React.createClass({
6060
// * jumping straight to a hosted captcha page (but we don't support that yet)
6161
// * embedding the captcha in an iframe (if that works)
6262
// * using a better captcha lib
63-
warning.innerHTML = "Robot check is currently unavailable on desktop - please sign up <a href='https://riot.im/app'>using a web browser</a>.";
63+
warning.innerHTML = "Robot check is currently unavailable on desktop - please use a <a href='https://riot.im/app'>web browser</a>.";
6464
this.refs.recaptchaContainer.appendChild(warning);
6565
}
6666
else {

0 commit comments

Comments
 (0)