Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix: update text for oncomplete lab
Browse files Browse the repository at this point in the history
  • Loading branch information
gaweki committed Sep 10, 2020
1 parent 40ab00f commit 8c60adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/labs/ViewLab.tsx
Expand Up @@ -82,7 +82,7 @@ const ViewLab = () => {
Toast(
'success',
t('states.success'),
`${t('labs.successfullyCompleted')} ${complete.type} ${patient?.fullName} `,
`${t('labs.successfullyCompleted')} ${complete.type} for ${patient?.fullName} `,
)
}

Expand Down

0 comments on commit 8c60adb

Please sign in to comment.