Skip to content

Commit

Permalink
tweak language
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed May 18, 2015
1 parent ffb3586 commit f6e158a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/htmlwidgets.R
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ checkShinyVersion <- function(error = TRUE) {
v <- gsub(r, '\\1', x)
f <- if (error) stop else packageStartupMessage
if (utils::packageVersion('shiny') < v)
f("You have to upgrade the 'shiny' package to (at least) version ", v)
f("Please upgrade the 'shiny' package to (at least) version ", v)
}

# Helper function to create payload
Expand Down

0 comments on commit f6e158a

Please sign in to comment.