Adjust wording on manager invite email

This commit is contained in:
Matt-Yorkley
2018-03-30 12:54:55 +01:00
committed by Maikel Linke
parent 61fbdfcefc
commit 101269a487
2 changed files with 4 additions and 4 deletions

View File

@@ -4,9 +4,9 @@
= t('invite_email.invited_to_manage', enterprise: @enterprise.name, instance: @instance)
%p
= t('invite_email.confirm_your_email')
= t('invite_email.confirm_your_email', enterprise: @enterprise.name)
%p
= t('invite_email.mistakenly_sent', owner_email: @enterprise.owner.email, instance: @instance, instance_email: @instance_email)
= t('invite_email.mistakenly_sent', owner_email: @enterprise.owner.email)
%p
= t :email_help

View File

@@ -1341,9 +1341,9 @@ See the %{link} to find out more about %{sitename}'s features and to start using
invite_email:
greeting: "Hello!"
invited_to_manage: "You have been invited to manage %{enterprise} on %{instance}."
confirm_your_email: "You will receive an email shortly to confirm your registration."
confirm_your_email: "You should have received or will soon receive an email with a confirmation link. You wont be able to access %{enterprise}'s profile until you have confirmed your email."
set_a_password: "You will then be prompted to set a password before you are able to administer the enterprise."
mistakenly_sent: "Not sure why you have received this email? Please contact %{owner_email} for more information, or you can contact %{instance} at %{instance_email}."
mistakenly_sent: "Not sure why you have received this email? Please contact %{owner_email} for more information."
producer_mail_greeting: "Dear"
producer_mail_text_before: "We now have all the consumer orders for the next food drop."