From e4fa6a4c9242284aaab4afe3e89705ad84c454d6 Mon Sep 17 00:00:00 2001 From: Leo McArdle Date: Tue, 25 Jul 2017 11:26:29 +0100 Subject: [PATCH] add link to /about page in email rejection messages --- config/locales/server.en.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index d9960a815ad..a3a431e1b51 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -2111,7 +2111,7 @@ en: csv_export_failed: title: "CSV Export Failed" subject_template: "Data export failed" - text_body_template: "We're sorry, but your data export failed. Please check the logs or contact a staff member." + text_body_template: "We're sorry, but your data export failed. Please check the logs or [contact a staff member](%{base_url}/about)." email_reject_insufficient_trust_level: title: "Email Reject insufficient Trust Level" @@ -2119,7 +2119,7 @@ en: text_body_template: | We're sorry, but your email message to %{destination} (titled %{former_title}) didn't work. - Your account does not have the required trust level to post new topics to this email address. If you believe this is an error, contact a staff member. + Your account does not have the required trust level to post new topics to this email address. If you believe this is an error, [contact a staff member](%{base_url}/about). email_reject_user_not_found: title: "Email Reject User Not Found" @@ -2127,7 +2127,7 @@ en: text_body_template: | We're sorry, but your email message to %{destination} (titled %{former_title}) didn't work. - Your reply was sent from an unknown email address. Try sending from another email address, or contact a staff member. + Your reply was sent from an unknown email address. Try sending from another email address, or [contact a staff member](%{base_url}/about). email_reject_screened_email: title: "Email Reject Screened Email" @@ -2135,7 +2135,7 @@ en: text_body_template: | We're sorry, but your email message to %{destination} (titled %{former_title}) didn't work. - Your reply was sent from a blocked email address. Try sending from another email address, or contact a staff member. + Your reply was sent from a blocked email address. Try sending from another email address, or [contact a staff member](%{base_url}/about). email_reject_inactive_user: title: "Email Reject Inactive User" @@ -2159,7 +2159,7 @@ en: text_body_template: | We're sorry, but your email message to %{destination} (titled %{former_title}) didn't work. - Your reply was sent from a different email address than the one we expected, so we're not sure if this is the same person. Try sending from another email address, or contact a staff member. + Your reply was sent from a different email address than the one we expected, so we're not sure if this is the same person. Try sending from another email address, or [contact a staff member](%{base_url}/about). email_reject_no_account: title: "Email Reject No Account" @@ -2167,7 +2167,7 @@ en: text_body_template: | We're sorry, but your email message to %{destination} (titled %{former_title}) didn't work. - We can't find any accounts that match your email address. Try sending from a different email address, or contact a staff member. + We can't find any accounts that match your email address. Try sending from a different email address, or [contact a staff member](%{base_url}/about). email_reject_empty: title: "Email Reject Empty" @@ -2193,7 +2193,7 @@ en: text_body_template: | We're sorry, but your email message to %{destination} (titled %{former_title}) didn't work. - Your account does not have the privileges to post new topics in that category. If you believe this is an error, contact a staff member. + Your account does not have the privileges to post new topics in that category. If you believe this is an error, [contact a staff member](%{base_url}/about). email_reject_strangers_not_allowed: title: "Email Reject Strangers Not Allowed" @@ -2201,7 +2201,7 @@ en: text_body_template: | We're sorry, but your email message to %{destination} (titled %{former_title}) didn't work. - The category you sent this email to only allows replies from users with valid accounts and known email addresses. If you believe this is an error, contact a staff member. + The category you sent this email to only allows replies from users with valid accounts and known email addresses. If you believe this is an error, [contact a staff member](%{base_url}/about). email_reject_invalid_post: title: "Email Reject Invalid Post" @@ -2238,7 +2238,7 @@ en: text_body_template: | We're sorry, but your email message to %{destination} (titled %{former_title}) didn't work. - The reply key in the email is invalid or unknown, so we can't figure out what this email is in reply to. Contact a staff member. + The reply key in the email is invalid or unknown, so we can't figure out what this email is in reply to. [Contact a staff member](%{base_url}/about). email_reject_bad_destination_address: title: "Email Reject Bad Destination Address" @@ -2254,7 +2254,7 @@ en: text_body_template: | We're sorry, but your email message to %{destination} (titled %{former_title}) didn't work. - The topic you are replying to no longer exists -- perhaps it was deleted? If you believe this is an error, contact a staff member. + The topic you are replying to no longer exists -- perhaps it was deleted? If you believe this is an error, [contact a staff member](%{base_url}/about). email_reject_topic_closed: title: "Email Reject Topic Closed" @@ -2262,7 +2262,7 @@ en: text_body_template: | We're sorry, but your email message to %{destination} (titled %{former_title}) didn't work. - The topic you are replying to is currently closed and no longer accepting replies. If you believe this is an error, contact a staff member. + The topic you are replying to is currently closed and no longer accepting replies. If you believe this is an error, [contact a staff member](%{base_url}/about). email_reject_auto_generated: title: "Email Reject Auto Generated" @@ -2270,7 +2270,7 @@ en: text_body_template: | We're sorry, but your email message to %{destination} (titled %{former_title}) didn't work. - Your email was marked as "auto generated", which means it was automatically created by a computer instead of being typed by a human; we can't accept those kinds of emails. If you believe this is an error, contact a staff member. + Your email was marked as "auto generated", which means it was automatically created by a computer instead of being typed by a human; we can't accept those kinds of emails. If you believe this is an error, [contact a staff member](%{base_url}/about). email_reject_unrecognized_error: title: "Email Reject Unrecognized Error" @@ -2278,7 +2278,7 @@ en: text_body_template: | We're sorry, but your email message to %{destination} (titled %{former_title}) didn't work. - There was an unrecognized error while processing your email and it wasn't posted. You should try again, or contact a staff member. + There was an unrecognized error while processing your email and it wasn't posted. You should try again, or [contact a staff member](%{base_url}/about). email_error_notification: title: "Email Error Notification"