From 14542709704522e31fb51107f59b4ae74c6b0281 Mon Sep 17 00:00:00 2001 From: iseabock-va <164238219+iseabock-va@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:33:31 -0800 Subject: [PATCH] Copy changes (#33471) * Copy changes * Copy changes * Copy changes --------- Co-authored-by: Ian --- .../containers/ConfirmationPage.jsx | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/applications/discover-your-benefits/containers/ConfirmationPage.jsx b/src/applications/discover-your-benefits/containers/ConfirmationPage.jsx index b0cbd4556f65..837fbf4fa4e5 100644 --- a/src/applications/discover-your-benefits/containers/ConfirmationPage.jsx +++ b/src/applications/discover-your-benefits/containers/ConfirmationPage.jsx @@ -242,34 +242,30 @@ export class ConfirmationPage extends React.Component { {this.props.location.query.allBenefits ? ( <>

- Based on your answers, we’ve suggested some benefits for you - to explore. -
+ Below are all of the benefits that this tool can recommend. Remember to check your eligibility before you apply.

- These aren't your personalized benefit recommendations, but - you can go back to your recommendations if you'd like. + These aren’t your personalized benefit recommendations, but + you can go back to your recommendations if you’d like.

We're also planning to add more benefits and resources to this - tool. -
- Check back soon to find more benefits you want to apply for. + tool. Check back soon to find more benefits you may want to + apply for.

) : ( <>

- Below are some benefits that this tool can recommend. -
- Remember to check your eligibility before you apply. + Based on your answers, we’ve suggested some benefits for you + to explore. Remember to check your eligibility before you + apply.

)} - -

Benefits to explore

+

+ {this.props.location.query.allBenefits + ? 'All benefits' + : 'Recommended benefits for you'} +