Skip to content

Commit

Permalink
Merge pull request #3192 from DFE-Digital/irp-emails
Browse files Browse the repository at this point in the history
[CAPT-1785] Update IRP email address
  • Loading branch information
asmega committed Sep 18, 2024
2 parents 16a4daf + 279de31 commit ebe7c51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 1 addition & 3 deletions app/models/policies/international_relocation_payments.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,8 @@ module InternationalRelocationPayments
start_of_academic_year - 2.years
end

# NOTE RL: currently IRP only has a single reply to address, so notify
# doesn't show the address id
def notify_reply_to_id
nil
"b11c0da5-f976-4cc2-8464-23e4dda63fc4"
end

def award_amount
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@
<h2 class="govuk-heading-m">Contact us</h2>

<p class="govuk-body">
For help, please email us at
<%= govuk_link_to("teach.inengland@education.gov.uk", "mailto:teach.inengland@education.gov.uk")%>.
For help, please email us at <%= govuk_link_to(t("get_a_teacher_relocation_payment.support_email_address"), "mailto:#{t("get_a_teacher_relocation_payment.support_email_address")}") %>.
</p>
</div>
</div>
4 changes: 2 additions & 2 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -695,10 +695,10 @@ en:
information_provided_further_details_link_text: levelling up premium payment (opens in new tab)
get_a_teacher_relocation_payment: &get_a_teacher_relocation_payment
journey_name: "Get a teacher relocation payment"
feedback_email: "teach.inengland@education.gov.uk"
feedback_email: "international.RELOCATIONPAYMENT@education.gov.uk"
claim_description: "for a get a teacher relocation payment"
claim_subject: "International relocation payment"
support_email_address: "teach.inengland@education.gov.uk"
support_email_address: "international.RELOCATIONPAYMENT@education.gov.uk"
forms:
application_route:
question: "What is your employment status?"
Expand Down

0 comments on commit ebe7c51

Please sign in to comment.