diff --git a/inst/apps/data_analysis_modules/app.R b/inst/apps/data_analysis_modules/app.R index f2c205f..ae6a6c6 100644 --- a/inst/apps/data_analysis_modules/app.R +++ b/inst/apps/data_analysis_modules/app.R @@ -2094,6 +2094,7 @@ ui_elements <- list( icon = shiny::icon("download") ), shiny::helpText("If choosing to output to MS Word, please note, that when opening the document, two errors will pop-up. Choose to repair and choose not to update references. The issue is being worked on. You can always choose LibreOffice instead.") + ## https://github.com/quarto-dev/quarto-cli/issues/7151 # ) # ) ), diff --git a/inst/apps/data_analysis_modules/ui.R b/inst/apps/data_analysis_modules/ui.R index 45a2605..782c3ba 100644 --- a/inst/apps/data_analysis_modules/ui.R +++ b/inst/apps/data_analysis_modules/ui.R @@ -254,6 +254,7 @@ ui_elements <- list( icon = shiny::icon("download") ), shiny::helpText("If choosing to output to MS Word, please note, that when opening the document, two errors will pop-up. Choose to repair and choose not to update references. The issue is being worked on. You can always choose LibreOffice instead.") + ## https://github.com/quarto-dev/quarto-cli/issues/7151 # ) # ) ),