Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DC-6933 - Amend the tax year of the P2 Nudge email (2025-2026) #1203

Merged
merged 1 commit into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<p style="margin: 0 0 0px; font-size: 19px;">For security reasons we do not give the full details here, but it could be because:</p>
<ul>
@if(TemplateUtils.isP2TemplateAnnual) {
<li>we have now calculated your tax code for the next tax year (tax year 2024 to 2025)</li>
<li>we have now calculated your tax code for the next tax year (tax year 2025 to 2026)</li>
}
<li>your job changed</li>
<li>your pay changed</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Your PAYE Income Tax records have recently changed, which means the amount of ta
For security reasons we do not give the full details here, but it could be because:

@if(TemplateUtils.isP2TemplateAnnual) {
- we have now calculated your tax code for the next tax year (tax year 2024 to 2025)
- we have now calculated your tax code for the next tax year (tax year 2025 to 2026)
}- your job changed
- your pay changed
- your company benefits, such as a company car changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<p style="margin: 0 0 0px; font-size: 19px;">Oherwydd rhesymau diogelwch, nid ydym yn rhoi’r manylion llawn yma ond gallai fod oherwydd y canlynol:</p>
<ul>
@if(TemplateUtils.isP2TemplateAnnual) {
<li>rydym bellach wedi cyfrifo’ch cod treth ar gyfer y flwyddyn dreth nesaf (blwyddyn dreth 2024 i 2025)</li>
<li>rydym bellach wedi cyfrifo’ch cod treth ar gyfer y flwyddyn dreth nesaf (blwyddyn dreth 2025 i 2026)</li>
}
<li>newidiodd eich swydd</li>
<li>newidiodd eich cyflog</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Mae’ch cofnodion Treth Incwm TWE wedi newid yn ddiweddar, sy’n golygu y bydd
Oherwydd rhesymau diogelwch, nid ydym yn rhoi’r manylion llawn yma ond gallai fod oherwydd y canlynol:

@if(TemplateUtils.isP2TemplateAnnual) {
- rydym bellach wedi cyfrifo’ch cod treth ar gyfer y flwyddyn dreth nesaf (blwyddyn dreth 2024 i 2025)
- rydym bellach wedi cyfrifo’ch cod treth ar gyfer y flwyddyn dreth nesaf (blwyddyn dreth 2025 i 2026)
}- newidiodd eich swydd
- newidiodd eich cyflog
- newidiodd eich buddiannau cwmni, megis car cwmni
Expand Down