From 986b7cbb616c5e18c25dc7704f64500242f35d81 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Mon, 13 Feb 2023 10:11:22 +0000 Subject: [PATCH] Remove ineffective white space characters from VerifyEmailModal.tsx (#10141) Signed-off-by: Suguru Hirahara --- .../structures/auth/forgot-password/VerifyEmailModal.tsx | 4 ++-- src/i18n/strings/en_EN.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/structures/auth/forgot-password/VerifyEmailModal.tsx b/src/components/structures/auth/forgot-password/VerifyEmailModal.tsx index 1f63d51bd9..d1de4ba4b3 100644 --- a/src/components/structures/auth/forgot-password/VerifyEmailModal.tsx +++ b/src/components/structures/auth/forgot-password/VerifyEmailModal.tsx @@ -52,8 +52,8 @@ export const VerifyEmailModal: React.FC = ({

{_t("Verify your email to continue")}

{_t( - `We need to know it’s you before resetting your password. - Click the link in the email we just sent to %(email)s`, + "We need to know it’s you before resetting your password. " + + "Click the link in the email we just sent to %(email)s", { email, }, diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 46207ded9e..3e09c3a140 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -3584,7 +3584,7 @@ "The email address doesn't appear to be valid.": "The email address doesn't appear to be valid.", "Sign in instead": "Sign in instead", "Verify your email to continue": "Verify your email to continue", - "We need to know it’s you before resetting your password.\n Click the link in the email we just sent to %(email)s": "We need to know it’s you before resetting your password.\n Click the link in the email we just sent to %(email)s", + "We need to know it’s you before resetting your password. Click the link in the email we just sent to %(email)s": "We need to know it’s you before resetting your password. Click the link in the email we just sent to %(email)s", "Commands": "Commands", "Command Autocomplete": "Command Autocomplete", "Emoji Autocomplete": "Emoji Autocomplete",