Skip to content

Commit

Permalink
Define uiText
Browse files Browse the repository at this point in the history
  • Loading branch information
soriadelva authored Jan 9, 2025
1 parent fd5d588 commit e82b573
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions alienSpecies/inst/app/serverFiles/serverChecklist.R
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,10 @@ output$exoten_legendText <- renderUI({

### Table overview
### -----------------

uiText <- reactive({
results$translations
})

output$exoten_overviewLink <- renderUI({

actionLink(inputId = "exoten_overview",
Expand All @@ -357,7 +360,7 @@ output$exoten_overviewLink <- renderUI({

output$exoten_overviewText <- renderUI({

tags$em(HTML(translate(reactive(results$translations), "tableIndicators")$description))
tags$em(HTML(translate(uiText(), "tableIndicators")$description))

})

Expand Down

0 comments on commit e82b573

Please sign in to comment.