Fix intl
This commit is contained in:
parent
76a8f43679
commit
8023bd82c3
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ const Registration = () => {
|
||||||
|
|
||||||
<div className='sm:pt-10 sm:w-2/3 md:w-1/2 mx-auto space-y-4'>
|
<div className='sm:pt-10 sm:w-2/3 md:w-1/2 mx-auto space-y-4'>
|
||||||
<Form onSubmit={handleSubmit}>
|
<Form onSubmit={handleSubmit}>
|
||||||
<FormGroup labelText='Your username' hintText={messages.usernameHint}>
|
<FormGroup labelText='Your username' hintText={intl.formatMessage(messages.usernameHint)}>
|
||||||
<Input
|
<Input
|
||||||
name='username'
|
name='username'
|
||||||
type='text'
|
type='text'
|
||||||
|
|
Loading…
Reference in a new issue