remove statement about responding in automated messages

This commit is contained in:
r888888888
2017-02-24 10:36:45 -08:00
parent 4d87ac028b
commit 8a57d38f38
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ class ApproverPruner
Dmail.create_automated(
:to_id => user.id,
:title => "Approver inactivity",
:body => "You haven't approved a post in the past three months. In order to make sure the list of active approvers is up-to-date, you have lost your approver privileges. Please reply to this message if you want to be reinstated."
:body => "You haven't approved a post in the past three months. In order to make sure the list of active approvers is up-to-date, you have lost your approver privileges."
)
end
end