mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
better email bouncy reply titles
This commit is contained in:
parent
aca437d071
commit
0e3c06cf61
1 changed files with 3 additions and 3 deletions
|
@ -1466,7 +1466,7 @@ en:
|
|||
Your account does not have the required trust level to post new topics to this email address. If you believe this is in error, contact a staff member.
|
||||
|
||||
email_reject_no_account:
|
||||
subject_template: "Email issue -- No Account"
|
||||
subject_template: "Email issue -- Unknown Account"
|
||||
text_body_template: |
|
||||
We're sorry, but your email message to %{destination} (titled %{former_title}) didn't work.
|
||||
|
||||
|
@ -1507,14 +1507,14 @@ en:
|
|||
If you can correct the problem, please try again.
|
||||
|
||||
email_reject_reply_key:
|
||||
subject_template: "Email issue -- Bad Reply Key"
|
||||
subject_template: "Email issue -- Unknown Reply Key"
|
||||
text_body_template: |
|
||||
We're sorry, but your email message to %{destination} (titled %{former_title}) didn't work.
|
||||
|
||||
The provided reply key is invalid or unknown, so we don't know what this email is in reply to. Contact a staff member.
|
||||
|
||||
email_reject_destination:
|
||||
subject_template: "Email issue -- Bad Destination Address(es)"
|
||||
subject_template: "Email issue -- Unknown To: Address"
|
||||
text_body_template: |
|
||||
We're sorry, but your email message to %{destination} (titled %{former_title}) didn't work.
|
||||
|
||||
|
|
Loading…
Reference in a new issue