Fix typo "Logging in in as ..."

This commit is contained in:
infiinte-persistence 2020-10-15 11:15:35 +08:00 committed by Sean Yesmunt
parent 5b2cd12d2b
commit e947307f86
2 changed files with 2 additions and 2 deletions

View file

@ -941,7 +941,7 @@
"Account password": "Account password",
"You do not currently have a password set.": "You do not currently have a password set.",
"Enter Your lbry.tv Password": "Enter Your lbry.tv Password",
"Logging in in as %email%": "Logging in in as %email%",
"Logging in as %email%": "Logging in as %email%",
"Forgot Password?": "Forgot Password?",
"Use Magic Link": "Use Magic Link",
"Password updated successfully.": "Password updated successfully.",

View file

@ -37,7 +37,7 @@ export default function UserSignInPassword(props: Props) {
) : (
<Card
title={__('Enter Your lbry.tv Password')}
subtitle={__('Logging in in as %email%', { email: emailToVerify })}
subtitle={__('Logging in as %email%', { email: emailToVerify })}
actions={
<Form onSubmit={handleSubmit} className="section">
<FormField