From a2e4c33922084ab117ce3cd1f4360fff13738670 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Wed, 4 Apr 2018 16:18:51 +1000 Subject: [PATCH] Remove old and useless sentence from welcome email The sentence made assumptions of the availability of FAQs and support forums without linking to them. So it didn't really help. It also promised that someone would monitor the support page in the forum which nobody seems to do. --- app/views/enterprise_mailer/manager_invitation.html.haml | 3 --- app/views/enterprise_mailer/welcome.html.haml | 3 --- config/locales/en.yml | 1 - 3 files changed, 7 deletions(-) diff --git a/app/views/enterprise_mailer/manager_invitation.html.haml b/app/views/enterprise_mailer/manager_invitation.html.haml index ca81d90e24..75297cc8b6 100644 --- a/app/views/enterprise_mailer/manager_invitation.html.haml +++ b/app/views/enterprise_mailer/manager_invitation.html.haml @@ -8,9 +8,6 @@ %p = t('invite_email.mistakenly_sent', owner_email: @enterprise.owner.email) -%p - = t :email_help - = render 'shared/mailers/signoff' = render 'shared/mailers/social_and_contact' diff --git a/app/views/enterprise_mailer/welcome.html.haml b/app/views/enterprise_mailer/welcome.html.haml index 8fcd501555..ab804b268e 100644 --- a/app/views/enterprise_mailer/welcome.html.haml +++ b/app/views/enterprise_mailer/welcome.html.haml @@ -14,9 +14,6 @@ %p = t :email_community_html, link: link_to(t(:join_community), ContentConfig.community_forum_url) -%p - = t :email_help - = render 'shared/mailers/signoff' = render 'shared/mailers/social_and_contact' diff --git a/config/locales/en.yml b/config/locales/en.yml index ce5b67c4f1..02f820dd5c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1272,7 +1272,6 @@ en: email_community_html: "We also have an online forum for community discussion related to OFN software and the unique challenges of running a food enterprise. You are encouraged to join in. We are constantly evolving and your input into this forum will shape what happens next. %{link}" join_community: "Join the community" - email_help: "If you have any difficulties, check out our FAQs, browse the forum or post a 'Support' topic and someone will help you out!" email_confirmation_activate_account: "Before we can activate your new account, we need to confirm your email address." email_confirmation_greeting: "Hi, %{contact}!" email_confirmation_profile_created: "A profile for %{name} has been successfully created!