diff --git a/res/css/structures/auth/_Login.scss b/res/css/structures/auth/_Login.scss index e3eadddae8..c32f70a696 100644 --- a/res/css/structures/auth/_Login.scss +++ b/res/css/structures/auth/_Login.scss @@ -69,12 +69,6 @@ limitations under the License. margin-right: 10px; } -.mx_Login_prompt { - padding-top: 15px; - padding-bottom: 15px; - font-size: 13px; -} - .mx_Login_sso_link { display: block; text-align: center; diff --git a/src/components/structures/auth/ForgotPassword.js b/src/components/structures/auth/ForgotPassword.js index 8ce1a9b550..1e8376d91f 100644 --- a/src/components/structures/auth/ForgotPassword.js +++ b/src/components/structures/auth/ForgotPassword.js @@ -188,7 +188,7 @@ module.exports = React.createClass({ resetPasswordJsx = ; } else if (this.state.progress === "sent_email") { resetPasswordJsx = ( -
+
{ _t("An email has been sent to %(emailAddress)s. Once you've followed the link it contains, " + "click below.", { emailAddress: this.state.email }) }
@@ -198,14 +198,14 @@ module.exports = React.createClass({ ); } else if (this.state.progress === "complete") { resetPasswordJsx = ( -
+

{ _t('Your password has been reset') }.

{ _t('You have been logged out of all devices and will no longer receive push notifications. ' + 'To re-enable notifications, sign in again on each device') }.

- ); + ) } else { let serverConfigSection; if (!SdkConfig.get()['disable_custom_urls']) { @@ -229,9 +229,9 @@ module.exports = React.createClass({ resetPasswordJsx = (
-
+

{ _t('To reset your password, enter the email address linked to your account') }: -

+