mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Improve text layout above captcha
This commit is contained in:
parent
3c156218da
commit
1cde4abe6a
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user