From c99814ec52e3535b1302bec7612a1c1887dc3570 Mon Sep 17 00:00:00 2001 From: Hughes Date: Wed, 29 Jul 2020 08:44:38 -0400 Subject: [PATCH] Fixing more errant grammar --- mod_disclaimer.R | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mod_disclaimer.R b/mod_disclaimer.R index 2e5e640..8c12b02 100644 --- a/mod_disclaimer.R +++ b/mod_disclaimer.R @@ -57,10 +57,10 @@ mod_disclaimer_ui <- function(id) { href = "https://ascpt.onlinelibrary.wiley.com/doi/abs/10.1002/psp4.12537"), style = "font-size:14px" )), - p(paste("By clicking the button below, I attest that I am researcher and", - "I will use this application only to aid dosing regimen selection of", - "azithromycin for a patient population, not for an individual patient,", - "in an authorized clinical trial.")) + p(paste("By clicking the button below, I attest that I am a researcher", + "and I will use this application only to aid dosing regimen selection", + "of azithromycin for a patient population, not for an individual", + "patient in an authorized clinical trial.")) ), align = "justified" )