Skip to content

Commit

Permalink
expired to Deceased
Browse files Browse the repository at this point in the history
  • Loading branch information
modamaan committed Mar 6, 2025
1 parent 08852be commit 87d1580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,7 @@
"date_range": "Date Range",
"dates_and_identifiers": "Dates & Identifiers",
"day": "Day",
"deceased": "Deceased",
"deceased_disclaimer": "Please provide the date and time of death for record-keeping purposes. This information is handled with utmost sensitivity and respect.",
"deceased_status": "Deceased Status",
"delete": "Delete",
Expand Down Expand Up @@ -1084,7 +1085,6 @@
"expected_burn_rate": "Expected Burn Rate",
"expiration_date": "Expiration Date",
"expiration_date_must_be_after_manufacture_date": "Expiration date must be after manufacture date",
"expired": "Expired",
"expires": "Expires",
"expires_on": "Expires On",
"export": "Export",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Encounters/EncounterList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ export function EncounterList({
{encounter.patient.death_datetime && (
<Badge variant="destructive" className="ml-2 py-0">
<h3 className="text-xs font-medium">
{t("expired")}
{t("deceased")}
</h3>
</Badge>
)}
Expand Down

0 comments on commit 87d1580

Please sign in to comment.