diff --git a/src/applications/vaos/components/CernerAlert.jsx b/src/applications/vaos/components/CernerAlert.jsx index 7697bfc125ef..0a09abc36580 100644 --- a/src/applications/vaos/components/CernerAlert.jsx +++ b/src/applications/vaos/components/CernerAlert.jsx @@ -29,12 +29,26 @@ export default function CernerAlert({ className, pageTitle, level = 2 }) { : 'these facilities' }, go to My VA Health`} - + {cernerFacilities.length === 1 ? ( +

+ Some of your appointments may be in a different portal. To view + or manage appointments at {cernerFacilities[0].vamcFacilityName} + , go to My VA Health. +

+ ) : ( + <> +

+ Some of your appointments may be in a different portal. To + view or manage appointments at these facilities, go to My VA + Health: +

+ + + )} - Go to My VA Health + Go to My VA Health (opens in new tab) - - Try these steps: - - +

+ Note: Having trouble opening My VA Health? Try + disabling your browser’s pop-up blocker or signing in to My VA + Health with the same account you used to sign in to VA.gov. +

)}