Typo e-mail replace email

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-02-19 21:41:07 +04:00
parent a756241d5e
commit fa6ff2a783
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ export default function ResetDialog({lyen, title, activation, content, open, set
value={email}
margin='dense'
id='email'
label='Adresse email'
label='Adresse e-mail'
type='email'
variant='standard'
onChange={event => setEmail(event.target.value)}