style(auth): replace "E-mail" label with "Courriel" in auth pages
This commit is contained in:
@@ -113,7 +113,7 @@ export default function LoginPage({ onSubmit, onNavigate, onSetSessionCookie, re
|
||||
id="email"
|
||||
name="email"
|
||||
type="email"
|
||||
label="E-mail"
|
||||
label="Courriel"
|
||||
value={formData.email}
|
||||
onChange={(value) => setFormData(prev => ({ ...prev, email: value }))}
|
||||
onKeyDown={handleKeyPress}
|
||||
|
||||
Reference in New Issue
Block a user