Skip to content

Commit 7d5fe8c

Browse files
authored
Update language for clarity
Update language for clarity
2 parents 7b8611b + 70b6327 commit 7d5fe8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/penn_chime/presentation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def display_sidebar(st, d: Parameters) -> Parameters:
285285
current_date = current_date_input()
286286

287287
st.sidebar.markdown(
288-
"### Regional Parameters [ℹ]({docs_url}/what-is-chime/parameters#regional-parameters)".format(
288+
"### Hospital Parameters [ℹ]({docs_url}/what-is-chime/parameters#hospital-parameters)".format(
289289
docs_url=DOCS_URL
290290
)
291291
)
@@ -301,7 +301,7 @@ def display_sidebar(st, d: Parameters) -> Parameters:
301301
)
302302

303303
if st.sidebar.checkbox(
304-
"I know the date of the first hospitalized case in the region."
304+
"I know the date of the first hospitalized case."
305305
):
306306
date_first_hospitalized = date_first_hospitalized_input()
307307
doubling_time = None

0 commit comments

Comments
 (0)