diff --git a/DESCRIPTION b/DESCRIPTION index db29c8706..9cdc70e00 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: teal.modules.clinical Title: 'teal' Modules for Standard Clinical Outputs -Version: 0.9.1.9032 +Version: 0.9.1.9033 Date: 2024-11-26 Authors@R: c( person("Joe", "Zhu", , "joe.zhu@roche.com", role = c("aut", "cre")), diff --git a/NEWS.md b/NEWS.md index 7ac3e498f..c4256282a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# teal.modules.clinical 0.9.1.9032 +# teal.modules.clinical 0.9.1.9033 ### Enhancements * Added `teal.logger` functionality for logging changes in shiny inputs in all modules. diff --git a/R/tm_t_summary_by.R b/R/tm_t_summary_by.R index 4e8b33033..e9163901b 100644 --- a/R/tm_t_summary_by.R +++ b/R/tm_t_summary_by.R @@ -480,7 +480,7 @@ ui_summary_by <- function(id, ...) { teal.transform::datanames_input(a[c("arm_var", "id_var", "paramcd", "by_vars", "summarize_vars")]), teal.transform::data_extract_ui( id = ns("arm_var"), - label = "Select Treatment Variable", + label = "Select Column Variable(s)", data_extract_spec = a$arm_var, is_single_dataset = is_single_dataset_value ),