diff --git a/inc/sites.inc b/inc/sites.inc index 060ded83..2efc0112 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -319,7 +319,7 @@ NEWSITE(){ read SECURE showdivide=yes if [[ ${SECURE} =~ ^[Yy]$ ]]; then - echo -en "${idsCL[LightCyan]}Would you like a side of MFA with that SSO (Y/n): ${idsCL[Default]}" + echo -en "${idsCL[LightCyan]}Would you like to add a side of MFA with that SSO (Y/n): ${idsCL[Default]}" read MFA showdivide=yes [[ ${MFA} =~ ^[Yy]$ ]] && SECURE=2FA || SECURE=1FA