mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
feat: updated text strings conditioned on local or online runtime.
This commit is contained in:
parent
41e40b770c
commit
fdc0bfed02
1 changed files with 6 additions and 5 deletions
|
|
@ -68,11 +68,12 @@ ui_elements <- function(selection) {
|
|||
),
|
||||
# shiny::tags$script('document.querySelector("#source div").style.width = "100%"'),
|
||||
## Update this to change depending on run locally or hosted
|
||||
shiny::helpText(
|
||||
i18n$t(
|
||||
"Upload a file, get data directly from REDCap or use local or sample data."
|
||||
)
|
||||
),
|
||||
shiny::uiOutput(outputId = "data_sample_text"),
|
||||
# shiny::helpText(
|
||||
# i18n$t(
|
||||
# "Upload a file, get data directly from REDCap or use local or sample data."
|
||||
# )
|
||||
# ),
|
||||
shiny::br(),
|
||||
shiny::br(),
|
||||
shiny::conditionalPanel(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue