From 2fae0783577792be40c9f263a24788e321be6e43 Mon Sep 17 00:00:00 2001 From: gnoblet Date: Sun, 19 Feb 2023 22:30:00 -0500 Subject: [PATCH] Correct error if not "reach" or "default" --- R/theme_reach.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'") ) )