Skip to content

Commit

Permalink
Merge pull request #59 from its-kios09/new-name
Browse files Browse the repository at this point in the history
(refactor) renaming of the empty client registry modal
  • Loading branch information
patryllus authored Nov 26, 2024
2 parents 4ef5864 + 8d78112 commit 4e054d9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ const HIEClientRegistry: React.FC<HIEClientRegistryProps> = ({ setInitialFormVal
const dispose = showModal('empty-client-registry-modal', {
onConfirm: () => dispose(),
close: () => dispose(),
title: t('clientRegistryEmpty', 'Create & Post Patient'),
title: t('clientRegistryEmptys', 'Create Patient'),
message: t(
'patientNotFound',
`No patient found with the provided ${data?.identifierType}. Proceed to register.`,
'patientNotFounds',
`The patient records could not be found in the client registry, proceed to create patient or try again.`,
),
});
return;
Expand Down

0 comments on commit 4e054d9

Please sign in to comment.