Skip to content

Commit

Permalink
Updates Added Audit Certificate mailer copy
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniBitZesty committed Aug 30, 2023
1 parent 1fe87f2 commit 4506e8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/mailers/users/audit_certificate_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ def notify(form_answer_id, user_id)
@form_answer = FormAnswer.find(form_answer_id).decorate
@recipient = User.find(user_id).decorate

subject = "King's Awards for Enterprise: Verification of Commercial Figures submitted"
subject = "King's Awards for Enterprise: Verification of Commercial Figures submitted - Application ref #{@form_answer.urn}"
send_mail_if_not_bounces ENV['GOV_UK_NOTIFY_API_TEMPLATE_ID'], to: @recipient.email, subject: subject_with_env_prefix(subject)
end
end
2 changes: 1 addition & 1 deletion app/views/users/audit_certificate_mailer/notify.text.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%= "Dear #{@recipient.full_name}," %>

Thank you for submitting the latest financial information.
Thank you for submitting the latest financial information as requested for your King’s Award application <%= @form_answer.urn %>.

Please do not make any public announcement of your shortlisted status as the assessment process is ongoing and reaching this stage is not a guarantee of success.

Expand Down

0 comments on commit 4506e8a

Please sign in to comment.