Skip to content

Commit

Permalink
waiter language
Browse files Browse the repository at this point in the history
  • Loading branch information
lakikowolfe authored Nov 16, 2023
1 parent 98bc81b commit 26320c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/app_server.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ app_server <- function( input, output, session ) {
waiter::waiter_show(
html = shiny::tagList(
shiny::img(src = "www/loading.gif"),
shiny::h3("Configuring", style = "color:white;")),
shiny::h3("Getting data. This may take a moment.", style = "color:white;")),
color="#424874"
)

Expand Down

0 comments on commit 26320c4

Please sign in to comment.