Skip to content

Commit 97100e6

Browse files
committed
Note keyboard control of slider
1 parent b4946fc commit 97100e6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

R/mod_mitigators_server.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -612,9 +612,8 @@ mod_mitigators_server <- function(
612612

613613
output$slider_interval_text <- shiny::renderUI({
614614
text <- glue::glue(
615-
"Adjusting this slider will change the width of the",
616-
"corresponding yellow-highlighted region in the trend, funnel",
617-
"and boxplot charts above.",
615+
"Click a slider handle and use your arrow keys for finer control.",
616+
"Your interval is shown as a yellow range on the trend, funnel and boxplot charts.",
618617
.sep = " "
619618
)
620619

0 commit comments

Comments
 (0)