Skip to content

Commit

Permalink
Use uiText immediately in code
Browse files Browse the repository at this point in the history
  • Loading branch information
soriadelva authored Jan 9, 2025
1 parent 8be5855 commit fd5d588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alienSpecies/inst/app/serverFiles/serverChecklist.R
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ output$exoten_overviewLink <- renderUI({

output$exoten_overviewText <- renderUI({

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

})

Expand Down

0 comments on commit fd5d588

Please sign in to comment.