diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-03-09 12:11:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 12:11:11 +0100 |
commit | 3bc0aeed50b876db6e19c29d1f76775da764411b (patch) | |
tree | adf637526ec14798b286fe34f842a969a6e6699b /app | |
parent | a6ed6845c9cab3b314ce6434b851cc507a71ee62 (diff) |
Change text version of warning mail to mention appeals instead of mails (#17725)
Also, the instruction to reply to e-mail would probably not work in many cases where the notifications e-mail address is not able to receive incoming emails or the mailbox is not actively monitored.
Diffstat (limited to 'app')
-rw-r--r-- | app/views/user_mailer/warning.text.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/user_mailer/warning.text.erb b/app/views/user_mailer/warning.text.erb index 31d7308ae..1f410f441 100644 --- a/app/views/user_mailer/warning.text.erb +++ b/app/views/user_mailer/warning.text.erb @@ -32,4 +32,5 @@ --- <% end %> -<%= t 'user_mailer.warning.get_in_touch', instance: @instance %> +<%= t 'user_mailer.warning.appeal_description', instance: @instance %> +<%= disputes_strike_url(@warning) %> |