Skip to content

Commit

Permalink
Update cohort-diagnostics-databaseInformation.R
Browse files Browse the repository at this point in the history
Fixing the issue reported in #162
  • Loading branch information
jreps committed Sep 12, 2024
1 parent 8e94769 commit 6555759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/cohort-diagnostics-databaseInformation.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ databaseInformationView <- function(id) {
shinydashboard::box(
width = NULL,
title = "Execution meta-data",
shiny::tags$p("Each entry relates to execution on a given cdm. Results are merged between executions incrementally"),
shiny::tags$p("Each entry relates to execution on a given CDM. Results are merged between executions incrementally"),
shinycssloaders::withSpinner(reactable::reactableOutput(outputId = ns("databaseInformationTable"))),
shiny::conditionalPanel(
"output.databaseInformationTableIsSelected == true",
Expand Down

0 comments on commit 6555759

Please sign in to comment.