Skip to content

Commit

Permalink
Update tm_t_summary_by() column variable text (#1247)
Browse files Browse the repository at this point in the history
# Pull Request

<!--- Replace `#nnn` with your issue link for reference. -->

Fixes #1244

Text now aligns with `tm_t_summary()` column variable text.
  • Loading branch information
edelarua authored Nov 26, 2024
1 parent fd4939a commit 35dc4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tm_t_summary_by.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
),
Expand Down

0 comments on commit 35dc4c1

Please sign in to comment.