diff --git a/packages/esm-patient-registration-app/src/client-registry/hie-client-registry/hie-client-registry.component.tsx b/packages/esm-patient-registration-app/src/client-registry/hie-client-registry/hie-client-registry.component.tsx index 1062b4f42..e1eddcd0c 100644 --- a/packages/esm-patient-registration-app/src/client-registry/hie-client-registry/hie-client-registry.component.tsx +++ b/packages/esm-patient-registration-app/src/client-registry/hie-client-registry/hie-client-registry.component.tsx @@ -58,10 +58,10 @@ const HIEClientRegistry: React.FC = ({ 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;