environments/review-fix-intl-ga882e/deployments/1140
Chewbacca 2022-10-13 13:26:34 -04:00
rodzic 76a8f43679
commit 8023bd82c3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -108,7 +108,7 @@ const Registration = () => {
<div className='sm:pt-10 sm:w-2/3 md:w-1/2 mx-auto space-y-4'>
<Form onSubmit={handleSubmit}>
<FormGroup labelText='Your username' hintText={messages.usernameHint}>
<FormGroup labelText='Your username' hintText={intl.formatMessage(messages.usernameHint)}>
<Input
name='username'
type='text'