Skip to content

Commit

Permalink
Merge #3155
Browse files Browse the repository at this point in the history
3155: chore(i18n): refactor en.json key r=jniles a=AdamWatts

For issue 

Closes #3100

Co-authored-by: Adam Watts <[email protected]>
Co-authored-by: mbayopanda <[email protected]>
  • Loading branch information
3 people committed Sep 7, 2018
2 parents 4ac94e1 + b655104 commit 3df879e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/i18n/en/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion client/src/i18n/fr/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3df879e

Please sign in to comment.