fix: small translation typo

This commit is contained in:
Divlo
2021-12-28 18:27:03 +01:00
parent 78466ce0a1
commit 3f6ab4a0ea
2 changed files with 1 additions and 16 deletions

View File

@ -14,7 +14,7 @@ const Signin: NextPage<FooterProps> = (props) => {
return (
<ScrollableBody>
<Head title={`Thream | ${t('authentication:signup')}`} />
<Head title={`Thream | ${t('authentication:signin')}`} />
<Header />
<Authentication mode='signin' />
<Footer version={version} />