Skip to content

Commit 2a3e980

Browse files
jlubkenecsmyth
andauthored
Update Average Days on Ventilator text
Co-Authored-By: ecsmyth <[email protected]>
1 parent 039e151 commit 2a3e980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/penn_chime/presentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def display_sidebar(st, d: Parameters) -> Parameters:
214214
)
215215
ventilated_days_input = NumberInput(
216216
st_obj,
217-
"Days on Ventilator",
217+
"Average Days on Ventilator",
218218
min_value=0,
219219
value=d.ventilated.days,
220220
step=1,

0 commit comments

Comments
 (0)