diff --git a/R/theme_reach.R b/R/theme_reach.R index b096749..ccb5f11 100644 --- a/R/theme_reach.R +++ b/R/theme_reach.R @@ -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'") ) )