From 35dc4c1352d04d03df3354b3ecc380f5c4598909 Mon Sep 17 00:00:00 2001 From: Emily de la Rua <59304861+edelarua@users.noreply.github.com> Date: Tue, 26 Nov 2024 06:25:03 -0500 Subject: [PATCH] Update `tm_t_summary_by()` column variable text (#1247) # Pull Request Fixes #1244 Text now aligns with `tm_t_summary()` column variable text. --- R/tm_t_summary_by.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ),