chore: ttag extract

This commit is contained in:
Maël Gangloff
2024-08-05 03:43:02 +02:00
parent 588f779a6e
commit b983b1a00b
2 changed files with 6 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ export default function LoginPage() {
<Button type='link'
block
style={{marginTop: '1em'}}
onClick={toggleWantRegister}>{wantRegister ? 'Login' : 'Create an account'}</Button>
onClick={toggleWantRegister}>{wantRegister ? t`Log in` : t`Create an account`}</Button>
}
</Card.Grid>
<Card.Grid style={gridStyle} hoverable={false}>