mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
Merge pull request #4699 from rriemann/rfc-signature
use RFC-complient signature separator dash-dash-space
This commit is contained in:
commit
137e941814
@ -40,7 +40,7 @@ module Email
|
||||
string = allow_reply_by_email? ? "user_notifications.reply_by_email" : "user_notifications.visit_link_to_respond"
|
||||
string << "_pm" if @opts[:private_reply]
|
||||
end
|
||||
@template_args[:respond_instructions] = "---\n" + I18n.t(string, @template_args)
|
||||
@template_args[:respond_instructions] = "-- \n" + I18n.t(string, @template_args)
|
||||
end
|
||||
|
||||
if @opts[:add_unsubscribe_link]
|
||||
|
Loading…
x
Reference in New Issue
Block a user