Remove ineffective white space characters from VerifyEmailModal.tsx (#10141)

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
pull/28217/head
Suguru Hirahara 2023-02-13 10:11:22 +00:00 committed by GitHub
parent 1f9db5d41d
commit 986b7cbb61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -52,8 +52,8 @@ export const VerifyEmailModal: React.FC<Props> = ({
<h1>{_t("Verify your email to continue")}</h1> <h1>{_t("Verify your email to continue")}</h1>
<p> <p>
{_t( {_t(
`We need to know its you before resetting your password. "We need to know its you before resetting your password. " +
Click the link in the email we just sent to <b>%(email)s</b>`, "Click the link in the email we just sent to <b>%(email)s</b>",
{ {
email, email,
}, },

View File

@ -3584,7 +3584,7 @@
"The email address doesn't appear to be valid.": "The email address doesn't appear to be valid.", "The email address doesn't appear to be valid.": "The email address doesn't appear to be valid.",
"Sign in instead": "Sign in instead", "Sign in instead": "Sign in instead",
"Verify your email to continue": "Verify your email to continue", "Verify your email to continue": "Verify your email to continue",
"We need to know its you before resetting your password.\n Click the link in the email we just sent to <b>%(email)s</b>": "We need to know its you before resetting your password.\n Click the link in the email we just sent to <b>%(email)s</b>", "We need to know its you before resetting your password. Click the link in the email we just sent to <b>%(email)s</b>": "We need to know its you before resetting your password. Click the link in the email we just sent to <b>%(email)s</b>",
"Commands": "Commands", "Commands": "Commands",
"Command Autocomplete": "Command Autocomplete", "Command Autocomplete": "Command Autocomplete",
"Emoji Autocomplete": "Emoji Autocomplete", "Emoji Autocomplete": "Emoji Autocomplete",