Add space to CustomServerDialog, format like riot-web variant

This commit is contained in:
J. Ryan Stinnett 2019-01-28 21:50:49 -06:00
parent b0292929ba
commit 7da5a55c7e
2 changed files with 12 additions and 13 deletions

View file

@ -27,17 +27,17 @@ module.exports = React.createClass({
{ _t("Custom Server Options") } { _t("Custom Server Options") }
</div> </div>
<div className="mx_Dialog_content"> <div className="mx_Dialog_content">
<p> <p>{_t(
{ _t("You can use the custom server options to sign into other Matrix " + "You can use the custom server options to sign into other " +
"servers by specifying a different homeserver URL.") } "Matrix servers by specifying a different homeserver URL. This " +
{ _t("This allows you to use this app with an existing Matrix account on " + "allows you to use this app with an existing Matrix account on a " +
"a different homeserver.") } "different homeserver.",
</p> )}</p>
<p> <p>{_t(
{_t("You can also set a custom identity server, but you won't be " + "You can also set a custom identity server, but you won't be " +
"able to invite users by email address, or be invited by " + "able to invite users by email address, or be invited by email " +
"email address yourself.")} "address yourself.",
</p> )}</p>
</div> </div>
<div className="mx_Dialog_buttons"> <div className="mx_Dialog_buttons">
<button onClick={this.props.onFinished} autoFocus={true}> <button onClick={this.props.onFinished} autoFocus={true}>

View file

@ -1165,8 +1165,7 @@
"Robot check is currently unavailable on desktop - please use a <a>web browser</a>": "Robot check is currently unavailable on desktop - please use a <a>web browser</a>", "Robot check is currently unavailable on desktop - please use a <a>web browser</a>": "Robot check is currently unavailable on desktop - please use a <a>web browser</a>",
"This Home Server would like to make sure you are not a robot": "This Home Server would like to make sure you are not a robot", "This Home Server would like to make sure you are not a robot": "This Home Server would like to make sure you are not a robot",
"Custom Server Options": "Custom Server Options", "Custom Server Options": "Custom Server Options",
"You can use the custom server options to sign into other Matrix servers by specifying a different homeserver URL.": "You can use the custom server options to sign into other Matrix servers by specifying a different homeserver URL.", "You can use the custom server options to sign into other Matrix servers by specifying a different homeserver URL. This allows you to use this app with an existing Matrix account on a different homeserver.": "You can use the custom server options to sign into other Matrix servers by specifying a different homeserver URL. This allows you to use this app with an existing Matrix account on a different homeserver.",
"This allows you to use this app with an existing Matrix account on a different homeserver.": "This allows you to use this app with an existing Matrix account on a different homeserver.",
"You can also set a custom identity server, but you won't be able to invite users by email address, or be invited by email address yourself.": "You can also set a custom identity server, but you won't be able to invite users by email address, or be invited by email address yourself.", "You can also set a custom identity server, but you won't be able to invite users by email address, or be invited by email address yourself.": "You can also set a custom identity server, but you won't be able to invite users by email address, or be invited by email address yourself.",
"To continue, please enter your password.": "To continue, please enter your password.", "To continue, please enter your password.": "To continue, please enter your password.",
"Password:": "Password:", "Password:": "Password:",