adjusted split function

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-10-30 20:50:50 +01:00
commit 901864acff
No known key found for this signature in database
3 changed files with 129 additions and 22 deletions

View file

@ -299,7 +299,7 @@ ui_elements <- function(selection) {
width = "100%"
),
shiny::tags$br(),
shiny::helpText(i18n$t("Split a text column by a custom delimiter.")),
shiny::helpText(i18n$t("Split a text column by a recognised delimiter.")),
shiny::tags$br(),
shiny::tags$br()
),