diff --git a/products/health-care/digital-health-modernization/mhv-to-va.gov/account-creation-api.md b/products/health-care/digital-health-modernization/mhv-to-va.gov/account-creation-api.md index 18b4931493f..c55c5f66919 100644 --- a/products/health-care/digital-health-modernization/mhv-to-va.gov/account-creation-api.md +++ b/products/health-care/digital-health-modernization/mhv-to-va.gov/account-creation-api.md @@ -91,7 +91,7 @@ flowchart TD C -->|No| F{fa:fa-circle-exclamation 'No access' alert} D --> |Yes| G(Render application) D --> |No| H(What tools are they trying to access?) - H --> |Landing page, Meds, Records, SM| I{fa:fa-circle-exclamation Account Creation API error alert on affected apps} + H --> |Landing page, Meds, Records, SM| I{fa:fa-circle-exclamation Redirect user to landing page where Acct Creation API error alert will be present} H --> |Other health tool| J(Render application) ```