Skip to content

Commit

Permalink
Removed .hintrc and added textlabels to i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
Noufal Rahim committed Oct 23, 2024
1 parent 5c4e077 commit 6b96d13
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
13 changes: 0 additions & 13 deletions .hintrc

This file was deleted.

6 changes: 3 additions & 3 deletions src/Components/Patient/DailyRounds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -798,17 +798,17 @@ export const DailyRounds = (props: any) => {
{
value: 0,
className: "text-danger-500",
label: "Low",
label: t("low"),
},
{
value: 90,
className: "text-primary-500",
label: "Normal",
label: t("normal"),
},
{
value: 100,
className: "text-danger-500",
label: "High",
label: t("high"),
},
]}
/>
Expand Down
2 changes: 2 additions & 0 deletions src/Locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,7 @@
"hi__record_not_fetched_title": "This record hasn't been fetched yet",
"hi__waiting_for_record": "Waiting for the Host HIP to send the record.",
"hide": "Hide",
"high": "High",
"home_facility": "Home Facility",
"hubs": "Hub Facilities",
"i_declare": "I hereby declare that:",
Expand Down Expand Up @@ -790,6 +791,7 @@
"log_report": "Log Report",
"login": "Login",
"longitude_invalid": "Longitude must be between -180 and 180",
"low": "Low",
"lsg": "Lsg",
"make_multiple_beds_label": "Do you want to make multiple beds?",
"manage_bed_presets": "Manage Presets of Bed",
Expand Down

0 comments on commit 6b96d13

Please sign in to comment.