more
This commit is contained in:
@@ -325,8 +325,8 @@ const SignupPage = () => {
|
|||||||
const showNoticeOnPage = "" !== notice && !showPaymentModal;
|
const showNoticeOnPage = "" !== notice && !showPaymentModal;
|
||||||
const addAccountCopy =
|
const addAccountCopy =
|
||||||
selectedPlan[0].value === "seniorPartner"
|
selectedPlan[0].value === "seniorPartner"
|
||||||
? "You ay add up to eight accounts"
|
? "Add up to eight accounts for your Sentio Partner subscripton"
|
||||||
: "You may add up to two accounts";
|
: "Add up to two additional accounts for your Sentio Partner subscripton";
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="signup-super-container">
|
<div className="signup-super-container">
|
||||||
|
|||||||
Reference in New Issue
Block a user