Improve text layout above captcha

pull/21833/head
J. Ryan Stinnett 2019-02-19 13:59:15 +00:00
parent 3c156218da
commit 1cde4abe6a
1 changed files with 3 additions and 2 deletions

View File

@ -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>