Skip to content

Commit

Permalink
Add wording for temp bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stephpenn1 committed Jun 5, 2024
1 parent 3bdbd46 commit 5743509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/shinyApp/components/modules/mod_run.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ run_ui <- function(id) {
),
fluidRow(
br(),
selectInput(ns("variable"), "Output Variable:",
selectInput(ns("variable"), "Output Variable (please choose after clicking Load Graph):",
list("Carbon Cycle" = list("Atmospheric CO2" = CONCENTRATIONS_CO2(),
"FFI Emissions" = FFI_EMISSIONS(),
"LUC Emissions" = LUC_EMISSIONS()),
Expand Down

0 comments on commit 5743509

Please sign in to comment.