Skip to content

Commit d50c7ec

Browse files
committed
Update st_display.py
1 parent 09a5657 commit d50c7ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/penn_chime/view/st_display.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ def display_sidebar(st, d: Parameters) -> Parameters:
170170
)
171171
n_days_input = NumberInput(
172172
st_obj,
173-
"Number of days to project",
173+
i18n.t ("presentation-n-days"),
174174
min_value=1,
175-
i18n.t("presentation-n-days"),
175+
max_value=30,
176176
value=d.n_days,
177177
step=1,
178178
format="%i",

0 commit comments

Comments
 (0)