Skip to content

Commit

Permalink
Fix #276. Login page title
Browse files Browse the repository at this point in the history
  • Loading branch information
chenilim committed Apr 15, 2021
1 parent d7cf984 commit 39c1003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/pages/loginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 39c1003

Please sign in to comment.