From 5743509834b6cc04e9413577f8ef72850a77fa02 Mon Sep 17 00:00:00 2001 From: Stephanie Pennington Date: Wed, 5 Jun 2024 18:45:16 -0400 Subject: [PATCH] Add wording for temp bug fix --- inst/shinyApp/components/modules/mod_run.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/shinyApp/components/modules/mod_run.R b/inst/shinyApp/components/modules/mod_run.R index 12fee0f..6153fef 100644 --- a/inst/shinyApp/components/modules/mod_run.R +++ b/inst/shinyApp/components/modules/mod_run.R @@ -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()),