Correct error if not "reach" or "default"
This commit is contained in:
parent
5edf0c7700
commit
2fae078357
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ theme_reach <- function(
|
|||
rlang::abort(
|
||||
c(
|
||||
paste0("There is no initiative '", initiative, " to be used with theme_reach()."),
|
||||
"i" = paste0("initiative should be either 'reach', 'agora' or 'default'")
|
||||
"i" = paste0("initiative should be either 'reach' or 'default'")
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue