Improve text layout above captcha

This commit is contained in:
J. Ryan Stinnett 2019-02-19 13:59:15 +00:00
parent 3c156218da
commit 1cde4abe6a

View file

@ -126,8 +126,9 @@ module.exports = React.createClass({
return (
<div ref="recaptchaContainer">
{ _t("This homeserver would like to make sure you are not a robot.") }
<br />
<p>{_t(
"This homeserver would like to make sure you are not a robot.",
)}</p>
<div id={DIV_ID}></div>
{ error }
</div>