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!