Skip to content

Commit

Permalink
use govuk_mail_to helper
Browse files Browse the repository at this point in the history
  • Loading branch information
asmega committed Sep 30, 2024
1 parent c3eb83a commit 4e682b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
], type: :bullet %>

<p>
Contact us at <%= govuk_link_to "[email protected]", "mailto:[email protected]" %> for assistance.
Contact us at <%= govuk_mail_to t("#{journey::I18N_NAMESPACE}.support_email") %> for assistance.
</p>
<% end %>

Expand Down
1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1402,6 +1402,7 @@ en:
early_years_payment_practitioner:
journey_name: Claim an early years financial incentive payment - practitioner
feedback_email: [email protected]
support_email: "[email protected]"
claim_description: for early years financial incentive payment
forms:
find_reference:
Expand Down

0 comments on commit 4e682b7

Please sign in to comment.