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

Commit

Permalink
fix(labs): fix successfully updated lab message
Browse files Browse the repository at this point in the history
  • Loading branch information
blestab authored Aug 20, 2020
1 parent ca329c2 commit 7f65174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/labs/ViewLab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const ViewLab = () => {
Toast(
'success',
t('states.success'),
`${t('labs.successfullyUpdated')} ${update.type} ${patient?.fullName}`,
`${t('labs.successfullyUpdated')} ${update.type} for ${patient?.fullName}`,
)
}
if (labToView) {
Expand Down
1 change: 1 addition & 0 deletions src/shared/locales/enUs/translations/labs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export default {
label: 'Labs',
filterTitle: 'Filter by status',
search: 'Search labs',
successfullyUpdated: 'Successfully updated',
status: {
requested: 'Requested',
completed: 'Completed',
Expand Down

1 comment on commit 7f65174

@vercel
Copy link

@vercel vercel bot commented on 7f65174 Aug 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.