From 2b72c6d680696e5e2149d57153620285a98f5a82 Mon Sep 17 00:00:00 2001 From: jreps Date: Fri, 13 Sep 2024 11:47:28 -0400 Subject: [PATCH] Update cohort-diagnostics-databaseInformation.R (#333) Fixing the issue reported in https://github.com/OHDSI/OhdsiShinyModules/issues/162 --- R/cohort-diagnostics-databaseInformation.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/cohort-diagnostics-databaseInformation.R b/R/cohort-diagnostics-databaseInformation.R index 6e1ac0d..a75e390 100644 --- a/R/cohort-diagnostics-databaseInformation.R +++ b/R/cohort-diagnostics-databaseInformation.R @@ -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",