add translate for INN input
This commit is contained in:
@@ -356,14 +356,14 @@ export default function RegisterForm() {
|
||||
<label
|
||||
className={`${styles['form-label']} ${styles['required']}`}
|
||||
>
|
||||
INN
|
||||
{t('INN')}
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
id="inn"
|
||||
name="inn"
|
||||
className={`${styles['form-input']}`}
|
||||
placeholder={'inn'}
|
||||
placeholder={t('inn-placeholder')}
|
||||
defaultValue={formState?.previousState?.inn ? formState?.previousState?.inn : ''}
|
||||
onChange={onChangeHandler}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user