Fix #276. Login page title
This commit is contained in:
parent
5255d80cd9
commit
354a84787d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ const LoginPage = React.memo(() => {
|
|||
handleLogin()
|
||||
}}
|
||||
>
|
||||
<div className='title'>{'Log in'}
|
||||
<div className='title'>
|
||||
<FormattedMessage
|
||||
id='login.log-in-title'
|
||||
defaultMessage='Log in'
|
||||
|
|
Loading…
Reference in a new issue