diff --git a/R/github_token.R b/R/github_token.R index f78c9388f..4cb02e7a4 100644 --- a/R/github_token.R +++ b/R/github_token.R @@ -199,7 +199,7 @@ pat_sitrep <- function(host = "https://github.com", git_user_check(user) if (!is.null(user$email) && !any(grepl(user$email, addresses))) { ui_bullets(c( - "x" = "Git user's email (.val {user$email}}) doesn't appear to be + "x" = "Git user's email ({.val {user$email}}) doesn't appear to be registered with GitHub host." )) }