diff --git a/app/views/mailers/notify_mailer/account_deletion_requested_email.text.erb b/app/views/mailers/notify_mailer/account_deletion_requested_email.text.erb index f694ac915..061f5cc61 100644 --- a/app/views/mailers/notify_mailer/account_deletion_requested_email.text.erb +++ b/app/views/mailers/notify_mailer/account_deletion_requested_email.text.erb @@ -1,6 +1,6 @@ Hi <%= @name %>, -Your account deletion was requested. Please, visit this page: <%= user_request_destroy_url(@token) %> to destroy your account. The link will expire in 12 hours. -Contact us at <%= SiteConfig.email_addresses[:default] %> if there is anything more we can help with. +Your account deletion was requested. Please, visit this page: <%= user_confirm_destroy_url(@token) %> to destroy your account. The link will expire in 12 hours. +Contact us at <%= email_link %> if there is anything more we can help with. Thanks, The <%= community_name %> Team