Skip to content

Commit

Permalink
Copy changes (#33471)
Browse files Browse the repository at this point in the history
* Copy changes

* Copy changes

* Copy changes

---------

Co-authored-by: Ian <[email protected]>
  • Loading branch information
iseabock-va and iseabock authored Dec 12, 2024
1 parent fb77008 commit 1454270
Showing 1 changed file with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,34 +242,30 @@ export class ConfirmationPage extends React.Component {
{this.props.location.query.allBenefits ? (
<>
<p>
Based on your answers, we’ve suggested some benefits for you
to explore.
<br />
Below are all of the benefits that this tool can recommend.
Remember to check your eligibility before you apply.
</p>
<p>
These aren't your personalized benefit recommendations, but
you can go back to your recommendations if you'd like.
These arent your personalized benefit recommendations, but
you can go back to your recommendations if youd like.
</p>
<p>
We're also planning to add more benefits and resources to this
tool.
<br />
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.
</p>
</>
) : (
<>
<p>
Below are some benefits that this tool can recommend.
<br />
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.
</p>
</>
)}
</div>
</article>

<va-alert
close-btn-aria-label="Close notification"
status="info"
Expand All @@ -291,7 +287,11 @@ export class ConfirmationPage extends React.Component {
</p>
</va-alert>

<h2 className="vads-u-font-size--h3">Benefits to explore</h2>
<h2 className="vads-u-font-size--h3">
{this.props.location.query.allBenefits
? 'All benefits'
: 'Recommended benefits for you'}
</h2>

<div id="results-container" className="vads-l-grid-container">
<div className="vads-l-row vads-u-margin-y--2 vads-u-margin-x--neg2p5">
Expand Down

0 comments on commit 1454270

Please sign in to comment.