diff --git a/client/src/i18n/en/form.json b/client/src/i18n/en/form.json index 34e0a930dc..b6e90b87a2 100644 --- a/client/src/i18n/en/form.json +++ b/client/src/i18n/en/form.json @@ -114,7 +114,7 @@ "MIN_CURRENCY_UNIT": "This value is too small for the selected currency.", "MISSING": "This form is missing required fields (marked in red).", "MISSING_CASHBOX_ID": "Missing Cashbox", - "MISSING_DEBTOR_ID": "Identifying missing Debtor", + "MISSING_DEBTOR_ID": "Please select a patient before the invoices", "RECORD_ERROR": "Please resolve any errors on the form (marked in red).", "REQUIRED": "This value is required.", "INVALID": "invalid data", diff --git a/client/src/i18n/fr/form.json b/client/src/i18n/fr/form.json index c995f4be7f..03337f5ff0 100644 --- a/client/src/i18n/fr/form.json +++ b/client/src/i18n/fr/form.json @@ -114,7 +114,7 @@ "MIN_CURRENCY_UNIT": "Cette valeur est trop petite pour la monnaie choisie.", "MISSING": "Informations manquantes", "MISSING_CASHBOX_ID": "Caisse non definie", - "MISSING_DEBTOR_ID": "Identifiant Debiteur manquant", + "MISSING_DEBTOR_ID": "Veuillez choisir d'abord un patient avant les factures", "RECORD_ERROR": "S'il vous plaît, veuiller résoudre les erreurs sur le formulaire. (Marqués en rouge)", "REQUIRED": "Cette valeur est requise.", "INVALID": "Donnees Invalides",