diff --git a/src/Components/SignupPage/SignupPage.js b/src/Components/SignupPage/SignupPage.js index 631809e..4994e51 100644 --- a/src/Components/SignupPage/SignupPage.js +++ b/src/Components/SignupPage/SignupPage.js @@ -325,8 +325,8 @@ const SignupPage = () => { const showNoticeOnPage = "" !== notice && !showPaymentModal; const addAccountCopy = selectedPlan[0].value === "seniorPartner" - ? "You ay add up to eight accounts" - : "You may add up to two accounts"; + ? "Add up to eight accounts for your Sentio Partner subscripton" + : "Add up to two additional accounts for your Sentio Partner subscripton"; return (