Merge branch 'fix-intl' into 'develop'
Fix intl See merge request soapbox-pub/soapbox!1833
This commit is contained in:
commit
d7cd0bcd3b
|
@ -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 New Issue