Skip to content

Commit

Permalink
Update text for baseline cycling. Relevant to #18
Browse files Browse the repository at this point in the history
  • Loading branch information
usr110 committed Sep 20, 2016
1 parent a2e85bc commit 543ea63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -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("")
})
Expand Down

0 comments on commit 543ea63

Please sign in to comment.