From 6b5fb6c44d4a3b4cf5392c1d9f252d4c2763292c Mon Sep 17 00:00:00 2001 From: Knee Cola Date: Tue, 18 Nov 2025 12:28:06 +0100 Subject: [PATCH] Add additional notes to AccountForm for 2D code functionality --- app/ui/AccountForm.tsx | 1 + messages/en.json | 3 ++- messages/hr.json | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/ui/AccountForm.tsx b/app/ui/AccountForm.tsx index bc8cbf2..bbda72d 100644 --- a/app/ui/AccountForm.tsx +++ b/app/ui/AccountForm.tsx @@ -162,6 +162,7 @@ const FormFields: FC = ({ profile, errors, message }) => { ))} + {t("additional-notes")} )} diff --git a/messages/en.json b/messages/en.json index a80ebb5..68106c1 100644 --- a/messages/en.json +++ b/messages/en.json @@ -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." } } \ No newline at end of file diff --git a/messages/hr.json b/messages/hr.json index 93ca664..8cf92b0 100644 --- a/messages/hr.json +++ b/messages/hr.json @@ -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." } } \ No newline at end of file