From 2f0b60489393dd821f820e0a4bd9e623aa23c8fc Mon Sep 17 00:00:00 2001 From: mutuajames Date: Tue, 27 Jun 2023 11:41:50 +0300 Subject: [PATCH] Correct organization spelling --- .../fhir-care-team/src/components/ViewDetails/index.tsx | 2 +- .../ViewDetails/tests/__snapshots__/index.test.tsx.snap | 6 +++--- .../src/components/OrganizationList/ViewDetails/index.tsx | 2 +- packages/i18n/locales/eusm/fhir-care-team/en.json | 2 +- packages/i18n/locales/eusm/fhir-care-team/fr.json | 2 +- packages/i18n/locales/eusm/fhir-team-management/en.json | 2 +- packages/i18n/locales/eusm/fhir-team-management/fr.json | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/fhir-care-team/src/components/ViewDetails/index.tsx b/packages/fhir-care-team/src/components/ViewDetails/index.tsx index 870c2c216..a2b19766e 100644 --- a/packages/fhir-care-team/src/components/ViewDetails/index.tsx +++ b/packages/fhir-care-team/src/components/ViewDetails/index.tsx @@ -144,7 +144,7 @@ const ViewDetails = (props: ViewDetailsProps) => { ))} ) : ( - + ), }; diff --git a/packages/fhir-care-team/src/components/ViewDetails/tests/__snapshots__/index.test.tsx.snap b/packages/fhir-care-team/src/components/ViewDetails/tests/__snapshots__/index.test.tsx.snap index 215e14daf..66d088b82 100644 --- a/packages/fhir-care-team/src/components/ViewDetails/tests/__snapshots__/index.test.tsx.snap +++ b/packages/fhir-care-team/src/components/ViewDetails/tests/__snapshots__/index.test.tsx.snap @@ -200,7 +200,7 @@ exports[`1157 - view details errors out for careTeam 3500 6`] = `
- No managing organizaions found + No managing organizations found
@@ -434,7 +434,7 @@ exports[`Closes on clicking cancel (X) 7`] = `
- No managing organizaions found + No managing organizations found
@@ -674,7 +674,7 @@ exports[`works correctly 7`] = `
- No managing organizaions found + No managing organizations found
diff --git a/packages/fhir-team-management/src/components/OrganizationList/ViewDetails/index.tsx b/packages/fhir-team-management/src/components/OrganizationList/ViewDetails/index.tsx index cd21c5e93..ba6aed6cd 100644 --- a/packages/fhir-team-management/src/components/OrganizationList/ViewDetails/index.tsx +++ b/packages/fhir-team-management/src/components/OrganizationList/ViewDetails/index.tsx @@ -134,7 +134,7 @@ export const ViewDetails = (props: ViewDetailsProps) => { renderObjectAsKeyvalue(practitionerKeyValues) ) : ( )} diff --git a/packages/i18n/locales/eusm/fhir-care-team/en.json b/packages/i18n/locales/eusm/fhir-care-team/en.json index 487aa5b72..f11dce424 100644 --- a/packages/i18n/locales/eusm/fhir-care-team/en.json +++ b/packages/i18n/locales/eusm/fhir-care-team/en.json @@ -19,7 +19,7 @@ "Name": "", "Name is Required": "", "No": "", - "No managing organizaions found": "No managing organizaions found", + "No managing organizations found": "No managing organizations found", "Participants": "Participants", "Practitioner Participant": "Practitioner Participant", "Save": "", diff --git a/packages/i18n/locales/eusm/fhir-care-team/fr.json b/packages/i18n/locales/eusm/fhir-care-team/fr.json index cc85710dd..3ed22ad0a 100644 --- a/packages/i18n/locales/eusm/fhir-care-team/fr.json +++ b/packages/i18n/locales/eusm/fhir-care-team/fr.json @@ -19,7 +19,7 @@ "Name": "", "Name is Required": "", "No": "", - "No managing organizaions found": "No managing organizaions found", + "No managing organizations found": "No managing organizations found", "Participants": "Participants", "Practitioner Participant": "Practitioner Participant", "Save": "", diff --git a/packages/i18n/locales/eusm/fhir-team-management/en.json b/packages/i18n/locales/eusm/fhir-team-management/en.json index a01604aec..bc8c8cbc5 100644 --- a/packages/i18n/locales/eusm/fhir-team-management/en.json +++ b/packages/i18n/locales/eusm/fhir-team-management/en.json @@ -22,7 +22,7 @@ "Inactive": "", "Must be a valid string": "", "Name": "", - "Organiation does not have any assigned practitioners": "Organiation does not have any assigned practitioners", + "Organization does not have any assigned practitioners": "Organization does not have any assigned practitioners", "Organization list": "", "Organization updated successfully": "", "Practitioner assignments updated successfully": "", diff --git a/packages/i18n/locales/eusm/fhir-team-management/fr.json b/packages/i18n/locales/eusm/fhir-team-management/fr.json index ada715930..71e48172a 100644 --- a/packages/i18n/locales/eusm/fhir-team-management/fr.json +++ b/packages/i18n/locales/eusm/fhir-team-management/fr.json @@ -22,7 +22,7 @@ "Inactive": "", "Must be a valid string": "", "Name": "", - "Organiation does not have any assigned practitioners": "Organiation does not have any assigned practitioners", + "Organization does not have any assigned practitioners": "Organization does not have any assigned practitioners", "Organization list": "", "Organization updated successfully": "", "Practitioner assignments updated successfully": "",