Skip to content

Commit

Permalink
Fixed translation of Spo2 in criticalcare (#8656)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 authored Sep 27, 2024
1 parent 96407c1 commit 5534762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/LogUpdate/Sections/Vitals.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Vitals = ({ log, onChange }: LogUpdateSectionProps) => {
<BPAttributeEditor attribute="diastolic" log={log} onChange={onChange} />
<hr />
<RangeFormField
label={t("ventilator_spo2")}
label={t("LOG_UPDATE_FIELD_LABEL__ventilator_spo2")}
name="ventilator_spo2"
onChange={(c) => onChange({ ventilator_spo2: c.value })}
value={log.ventilator_spo2}
Expand Down

0 comments on commit 5534762

Please sign in to comment.