Skip to content

Commit

Permalink
update FE policy short name
Browse files Browse the repository at this point in the history
  • Loading branch information
alkesh committed Sep 23, 2024
1 parent 3622003 commit b606a9e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ en:
support_email_address: "[email protected]"
claim_subject: "Further education payment"
policy_acronym: FE
policy_short_name: Targeted Retention Incentive Payment For FE Teachers
policy_short_name: Further Education Targeted Retention Incentive
eligibility_criteria_link:
text: targeted retention incentive payments for early career further education teachers
url: "https://www.gov.uk/guidance/levelling-up-premium-payments-for-fe-teachers"
Expand Down
2 changes: 1 addition & 1 deletion spec/features/admin/admin_claim_allocation_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Early-Career Payments",
"School Targeted Retention Incentive",
"International Relocation Payments",
"Targeted Retention Incentive Payment For FE Teachers"
"Further Education Targeted Retention Incentive"
]
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
).to have_content("No")

expect(
summary_row("Targeted Retention Incentive Payment For FE Teachers")
summary_row("Further Education Targeted Retention Incentive")
).to have_content("£6,000")

expect(summary_row("Started at")).to have_content("1 August 2024 10:00am")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
is_expected.to eq(
[
[
"Targeted Retention Incentive Payment For FE Teachers",
"Further Education Targeted Retention Incentive",
"£6,000"
]
]
Expand Down
2 changes: 1 addition & 1 deletion spec/models/policies_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
["Early-Career Payments", "early-career-payments"],
["School Targeted Retention Incentive", "levelling-up-premium-payments"],
["International Relocation Payments", "international-relocation-payments"],
["Targeted Retention Incentive Payment For FE Teachers", "further-education-payments"]
["Further Education Targeted Retention Incentive", "further-education-payments"]
])
end
end
Expand Down

0 comments on commit b606a9e

Please sign in to comment.