From 21b6b439ba057b0936121908dd934057b4a57efc Mon Sep 17 00:00:00 2001 From: Aleksander Chlebowski Date: Fri, 9 Dec 2022 12:45:57 +0100 Subject: [PATCH] update code review --- R/tm_g_ae_sub.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/tm_g_ae_sub.R b/R/tm_g_ae_sub.R index ba4b70b5..8ae85fda 100644 --- a/R/tm_g_ae_sub.R +++ b/R/tm_g_ae_sub.R @@ -305,7 +305,7 @@ srv_g_ae_sub <- function(id, )) iv$add_rule("groups", shinyvalidate::sv_in_set( names(ANL), - message_fmt = "Groups must be a variable in ANL" + message_fmt = sprintf("Groups must be a variable in %s", dataname) )) iv$add_rule("groups", shinyvalidate::sv_in_set( names(ADSL),