Skip to content

Commit

Permalink
[CDP] Add intro text back to overpayment summary and fix payment disc…
Browse files Browse the repository at this point in the history
…laimer on copays (#33754)

* Added intro text back.

* Made payment history disclaimer more clear.
  • Loading branch information
josephrlee authored Dec 31, 2024
1 parent a1647b2 commit 94f5ae4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,11 @@ const DebtLettersSummary = () => {
>
{title}
</h1>
<p className="va-introtext">
Check the details of debt you might have from VA education, disability
compensation, or pension programs. Find out how to pay your debt and
what to do if you need financial assistance.
</p>
<p>
Please note that payments may take up to 4 business days to reflect
after processing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ export const Balances = ({ statements }) => {
<article className="vads-u-padding-x--0">
{statements?.length === 1 ? single : multiple}
<p>
Any payments you may have made to your current copays will not be
reflected here until our systems are updated with your next monthly
statement.
Any payments you have made will not be reflected here until our systems
are updated with your next monthly statement.
</p>
<ul className="no-bullets vads-u-padding-x--0">
{statements?.map((balance, idx) => {
Expand Down

0 comments on commit 94f5ae4

Please sign in to comment.