pl-fe: fix sign up panel label logic
Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
parent
bec1f8b3a9
commit
1800b73359
1 changed files with 2 additions and 2 deletions
|
@ -109,9 +109,9 @@ const SignUpPanel = () => {
|
|||
<>
|
||||
<Text size='lg' weight='bold'>
|
||||
{isOpen ? (
|
||||
<FormattedMessage id='signup_panel.sign_in.title' defaultMessage='Sign in' />
|
||||
) : (
|
||||
<FormattedMessage id='signup_panel.sign_in.title.or' defaultMessage='Already have an account?' />
|
||||
) : (
|
||||
<FormattedMessage id='signup_panel.sign_in.title' defaultMessage='Sign in' />
|
||||
)}
|
||||
</Text>
|
||||
|
||||
|
|
Loading…
Reference in a new issue