TimStats commited on
Commit
9e6fbec
·
verified ·
1 Parent(s): 03b22e7

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -650,7 +650,7 @@ server <- function(input, output, session) {
650
  } else {
651
  showModal(modalDialog(
652
  title = "Access Denied",
653
- "This email does not have access. Please make sure you're using the email associated with your Patreon account and you have an active Veteran or Hall of Fame tier subscription.",
654
  easyClose = TRUE
655
  ))
656
  }
 
650
  } else {
651
  showModal(modalDialog(
652
  title = "Access Denied",
653
+ "This email does not have access. Please make sure you're using the email associated with your Patreon account and you have an active Hall of Fame tier subscription.",
654
  easyClose = TRUE
655
  ))
656
  }