You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-20 16:22:28 +03:00
Improve text layout above captcha
This commit is contained in:
@@ -126,8 +126,9 @@ module.exports = React.createClass({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div ref="recaptchaContainer">
|
<div ref="recaptchaContainer">
|
||||||
{ _t("This homeserver would like to make sure you are not a robot.") }
|
<p>{_t(
|
||||||
<br />
|
"This homeserver would like to make sure you are not a robot.",
|
||||||
|
)}</p>
|
||||||
<div id={DIV_ID}></div>
|
<div id={DIV_ID}></div>
|
||||||
{ error }
|
{ error }
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user