Skip to content

Commit

Permalink
Merge pull request #66 from PiusKariuki/main
Browse files Browse the repository at this point in the history
chore/more-informative-error-messages-for-regustration-SJT-79
  • Loading branch information
Michaelndula authored Aug 26, 2024
2 parents cc0fb69 + 67b3301 commit 58267ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/esm-patient-registration-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjthc/esm-patient-registration-app",
"version": "5.3.3",
"version": "5.3.6",
"description": "Patient registration microfrontend for O3",
"browser": "dist/sjthc-esm-patient-registration-app.js",
"main": "src/index.ts",
Expand Down Expand Up @@ -54,5 +54,5 @@
"devDependencies": {
"webpack": "^5.74.0"
},
"gitHead": "f1661da45d2c1cd9be4305a0e015a6f66685af85"
"gitHead": "7a9851e74b1c8e8aaf17272d09597748186880ea"
}
2 changes: 1 addition & 1 deletion packages/esm-patient-registration-app/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"identifierValueRequired": "Identifier value is required",
"idFieldLabelText": "Identifiers",
"IDInstructions": "Select the identifiers you'd like to add for this patient:",
"incompleteForm": "Incomplete form",
"incompleteForm": "Please fill out the",
"invalidEmail": "A valid email has to be given",
"invalidInput": "Invalid Input",
"isDeadInputLabel": "Is Dead",
Expand Down

0 comments on commit 58267ce

Please sign in to comment.