From b86eaa08a42f3f4c7c4732f797ebea50675de8fd Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 31 May 2016 12:28:23 -0700 Subject: [PATCH] better copy on unsub via email setting --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 11da9082f27..e7e1444193c 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1176,7 +1176,7 @@ en: display_name_on_email_from: "Display full names on email from fields" unsubscribe_via_email: "Allow users to unsubscribe from emails by sending an email with 'unsubscribe' in the subject or body" - unsubscribe_via_email_footer: "Attach an unsubscribe link to the footer of sent emails" + unsubscribe_via_email_footer: "Attach an unsubscribe via email mailto: link to the footer of sent emails" delete_email_logs_after_days: "Delete email logs after (N) days. 0 to keep indefinitely" max_emails_per_day_per_user: "Maximum number of emails to send users per day. 0 to disable the limit"