From d03f4875f399b7048f005770ce2a27856f1359ce Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Thu, 7 Feb 2019 09:57:31 +0000 Subject: [PATCH] Update style for forgot password copy, add full stops --- src/components/structures/auth/ForgotPassword.js | 9 ++++++--- src/i18n/strings/en_EN.json | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/components/structures/auth/ForgotPassword.js b/src/components/structures/auth/ForgotPassword.js index df5660eed4..8eb1e9ce70 100644 --- a/src/components/structures/auth/ForgotPassword.js +++ b/src/components/structures/auth/ForgotPassword.js @@ -314,9 +314,12 @@ module.exports = React.createClass({ renderDone() { return
-

{_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')}.

+

{_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.", + )}

; diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index d6bf9dd096..b411a7c003 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -1382,8 +1382,8 @@ "Sign in instead": "Sign in instead", "An email has been sent to %(emailAddress)s. Once you've followed the link it contains, click below.": "An email has been sent to %(emailAddress)s. Once you've followed the link it contains, click below.", "I have verified my email address": "I have verified my email address", - "Your password has been reset": "Your password has been reset", - "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": "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", + "Your password has been reset.": "Your password has been reset.", + "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.": "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.", "Return to login screen": "Return to login screen", "Set a new password": "Set a new password", "Invalid homeserver discovery response": "Invalid homeserver discovery response",