Skip to content

Commit

Permalink
vebt-943 and vebt-944 : text removal and correction in 22-10282 (#33847)
Browse files Browse the repository at this point in the history
* vebt-943 and vebt-944 - text correction in 22-10282

* deleted download link on confirmation page

* Removed text for downloading form as a PDF on confirmation page
  • Loading branch information
fatmakhan0395 authored Jan 3, 2025
1 parent dbac3be commit 22e1d6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@ export class ConfirmationPage extends React.Component {
<p>
<strong>Confirmation for your records </strong>
<br />
<span>
You can print this confirmation page for your records. You can
also download your completed application as a PDF.
</span>
<span>You can print this confirmation page for your records.</span>
</p>
{/* eslint-disable-next-line @department-of-veterans-affairs/prefer-button-component */}
<button
Expand All @@ -69,20 +66,13 @@ export class ConfirmationPage extends React.Component {
>
Print this page
</button>
<va-link
download
class="vads-u-display--block"
filetype="PDF"
href="/education/apply-for-education-benefits/10282/confirmation"
text="Download your completed application"
/>
</div>
<div className="vads-u-margin-top--0">
<h2>What to expect next</h2>
<p>
If you're accepted into the SkillsBuild program, you'll receive an
email from <a href="mailto:[email protected]">[email protected]</a>{' '}
with your login informatia. If you don't receive an email, check
with your login information. If you don't receive an email, check
your spam folder.
</p>
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ const IntroductionPage = ({ router }) => {
</li>
<li>
After you submit your form, you can print the confirmation page for
your records. You can also download a copy of your completed form as a
PDF.
your records.
</li>
<li>
After we review your form, we’ll email you a decision. If we need more
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const genderInfoHelpText = (
<li>
Sharing your gender identity in your VA.gov profile is optional. If
you get healthcare at VA, this information can help your care team
better better assess your health needs and risks.
better assess your health needs and risks.
</li>
<li>
But you should know that any information you share in your VA.gov
Expand Down

0 comments on commit 22e1d6b

Please sign in to comment.