Skip to content

Commit

Permalink
Rename Probe filtering to Feature Filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
zitoa committed Aug 15, 2024
1 parent 4cb1d47 commit b2ee400
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/board.upload/R/upload_module_computepgx.R
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ upload_module_computepgx_server <- function(
bslib::card(
shiny::checkboxGroupInput(
ns("filter_methods"),
shiny::HTML("<h4>Probe filtering:</h4>"),
## shiny::HTML("<h4>Probe filtering:</h4>"),
shiny::HTML("<h4>Feature filtering:</h4>"),
choiceValues =
c(
"append.symbol",
Expand Down

0 comments on commit b2ee400

Please sign in to comment.