Skip to content

Commit

Permalink
chore: change the depreciation message for landing popup
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Jan 8, 2025
1 parent 7063e66 commit 029b24e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/init.R
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,7 @@ init <- function(data,
what = "landing_popup_module()",
details = paste(
"landing_popup_module() is deprecated.",
"Use `add_custom_server()` to add a landing popup at the start of the app",
"using the `shiny::showModal()` and `shiny::modalDialog()` functions instead."
"Use `add_landing_popup()` on the teal app object instead."
)
)
} else if (length(landing) > 1L) {
Expand Down

0 comments on commit 029b24e

Please sign in to comment.