diff --git a/app/server.R b/app/server.R index 3f3c2e5..bdb5108 100644 --- a/app/server.R +++ b/app/server.R @@ -89,7 +89,7 @@ shinyServer(function(input, output, session){ input$conditionedPanels if (input$conditionedPanels < 8) - HTML("Baseline Cycling (%): ", sessionData$baselineSummary[["% Cyclists in the Total Population"]], "\n") + HTML("Baseline Cycling, Total Population (%): ", sessionData$baselineSummary[["% Cyclists in the Total Population"]], "\n") else HTML("") })