Skip to content

Commit

Permalink
Correct organization spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mutuajames committed Jun 27, 2023
1 parent 8b39a83 commit 2f0b604
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const ViewDetails = (props: ViewDetailsProps) => {
))}
</ul>
) : (
<Alert description={t('No managing organizaions found')} type="warning"></Alert>
<Alert description={t('No managing organizations found')} type="warning"></Alert>
),
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ exports[`1157 - view details errors out for careTeam 3500 6`] = `
<div
class="ant-alert-description"
>
No managing organizaions found
No managing organizations found
</div>
</div>
</div>
Expand Down Expand Up @@ -434,7 +434,7 @@ exports[`Closes on clicking cancel (X) 7`] = `
<div
class="ant-alert-description"
>
No managing organizaions found
No managing organizations found
</div>
</div>
</div>
Expand Down Expand Up @@ -674,7 +674,7 @@ exports[`works correctly 7`] = `
<div
class="ant-alert-description"
>
No managing organizaions found
No managing organizations found
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const ViewDetails = (props: ViewDetailsProps) => {
renderObjectAsKeyvalue(practitionerKeyValues)
) : (
<Alert
description={t('Organiation does not have any assigned practitioners')}
description={t('Organization does not have any assigned practitioners')}
type="warning"
></Alert>
)}
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/locales/eusm/fhir-care-team/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/locales/eusm/fhir-care-team/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/locales/eusm/fhir-team-management/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/locales/eusm/fhir-team-management/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down

0 comments on commit 2f0b604

Please sign in to comment.