Skip to content

Commit

Permalink
reuse translation
Browse files Browse the repository at this point in the history
  • Loading branch information
rajku-dev committed Feb 13, 2025
1 parent e5fe36f commit fb19748
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion public/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,6 @@
"generated_summary_caution": "This is a computer generated summary using the information captured in the CARE system.",
"generating": "Generating",
"generating_discharge_summary": "Generating discharge summary",
"geo_org_required": "Please select full location details",
"geo_organization_is_required": "Geo organization is required when nationality is India",
"geo_organization_required": "Geo organization is required",
"geolocation_is_not_supported_by_this_browser": "Geolocation is not supported by this browser",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Patient/PatientRegistration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default function PatientRegistration(
nationality: z.string().nonempty(t("nationality_is_required")),
geo_organization: z
.string()
.uuid({ message: t("geo_org_required") })
.uuid({ message: t("geo_organization_is_required") })
.optional(),
})
.refine(
Expand Down

0 comments on commit fb19748

Please sign in to comment.