add other translations
This commit is contained in:
Javier Pastor
2025-11-13 22:26:41 +01:00
parent 79a9653b26
commit 0ec1a09c30
7 changed files with 89 additions and 17 deletions

View File

@@ -103,7 +103,7 @@ export default function Login() {
required
maxLength={255}
className={`form-control ${form.errors.password && form.touched.password ? " is-invalid" : ""}`}
placeholder="Password"
placeholder={intl.formatMessage({ id: "password" })}
/>
<div className="invalid-feedback">{form.errors.password}</div>
</label>