Skip to content

Commit

Permalink
featureSelector: changed help text below buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchultheis committed Apr 20, 2018
1 parent 692b600 commit 1914231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/featureSelector.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ featureSelectorUI <- function(id){
shiny::actionButton(ns("select"), "Select", style = "color: #fff; background-color: #3c8dbc"),
shiny::actionButton(ns("reset"), "Reset", style = "color: #fff; background-color: #3c8dbc"),
shiny::actionButton(ns("guide"), "Launch guide", style = "color: #fff; background-color: #3c8dbc", icon = shiny::icon("question-circle")),
shiny::br("The SELECT button only evaluates the filter below. All selections in the table above will reset!")
shiny::br("The SELECT button only evaluates the filter(s) below. Sorting or sub-selections based on the table above will reset!")
)

)
Expand Down

0 comments on commit 1914231

Please sign in to comment.