-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vebt-943 and vebt-944 : text removal and correction in 22-10282 (#33847)
* 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
1 parent
dbac3be
commit 22e1d6b
Showing
3 changed files
with
4 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters