Fix typo "Logging in in as ..."
This commit is contained in:
parent
5b2cd12d2b
commit
e947307f86
2 changed files with 2 additions and 2 deletions
|
@ -941,7 +941,7 @@
|
||||||
"Account password": "Account password",
|
"Account password": "Account password",
|
||||||
"You do not currently have a password set.": "You do not currently have a password set.",
|
"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",
|
"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?",
|
"Forgot Password?": "Forgot Password?",
|
||||||
"Use Magic Link": "Use Magic Link",
|
"Use Magic Link": "Use Magic Link",
|
||||||
"Password updated successfully.": "Password updated successfully.",
|
"Password updated successfully.": "Password updated successfully.",
|
||||||
|
|
|
@ -37,7 +37,7 @@ export default function UserSignInPassword(props: Props) {
|
||||||
) : (
|
) : (
|
||||||
<Card
|
<Card
|
||||||
title={__('Enter Your lbry.tv Password')}
|
title={__('Enter Your lbry.tv Password')}
|
||||||
subtitle={__('Logging in in as %email%', { email: emailToVerify })}
|
subtitle={__('Logging in as %email%', { email: emailToVerify })}
|
||||||
actions={
|
actions={
|
||||||
<Form onSubmit={handleSubmit} className="section">
|
<Form onSubmit={handleSubmit} className="section">
|
||||||
<FormField
|
<FormField
|
||||||
|
|
Loading…
Reference in a new issue