Skip to content

Commit

Permalink
Use correct support email address for journey in reminder email
Browse files Browse the repository at this point in the history
  • Loading branch information
slorek committed Sep 10, 2024
1 parent 6ecae66 commit 0ab6592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailers/reminder_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def email_verification(reminder, one_time_password)

def reminder_set(reminder)
@reminder = reminder
support_email_address = translate("additional_payments.support_email_address")
support_email_address = translate("#{reminder.journey::I18N_NAMESPACE}.support_email_address")

personalisation = {
first_name: extract_first_name(@reminder.full_name),
Expand Down

0 comments on commit 0ab6592

Please sign in to comment.