Add additional notes to AccountForm for 2D code functionality

This commit is contained in:
Knee Cola
2025-11-18 12:28:06 +01:00
parent 9e3d49c74f
commit 6b5fb6c44d
3 changed files with 5 additions and 2 deletions

View File

@@ -162,6 +162,7 @@ const FormFields: FC<FormFieldsProps> = ({ profile, errors, message }) => {
))}
</div>
</div>
<InfoBox className="p-1 mt-1">{t("additional-notes")}</InfoBox>
</>
)}
</fieldset>

View File

@@ -186,6 +186,7 @@
"iban-required": "Valid IBAN is mandatory",
"iban-invalid": "Invalid IBAN format. Please enter a valid IBAN",
"validation-failed": "Validation failed. Please check the form and try again."
}
},
"additional-notes": "Note: For the 2D code to be displayed, you must enter both the tenant's first and last names in the settings of each property for which you want to use this functionality."
}
}

View File

@@ -185,6 +185,7 @@
"iban-required": "Ispravan IBAN je obavezan",
"iban-invalid": "Neispravan IBAN format. Molimo unesite ispravan IBAN.",
"validation-failed": "Validacija nije uspjela. Molimo provjerite formu i pokušajte ponovno."
}
},
"additional-notes": "Napomena: da bi 2D koda bio prikazan, morate unijeti i ime i prezime podstanara u postavkama svake nekretnine za koju želite koristiti ovu funkcionalnost."
}
}