diff --git a/app/views/user_mailer/invite_email.html.erb b/app/views/user_mailer/invite_email.html.erb index d9921528..6f7c6505 100644 --- a/app/views/user_mailer/invite_email.html.erb +++ b/app/views/user_mailer/invite_email.html.erb @@ -33,7 +33,7 @@

- <%= t('mailer.user.invite.signup') %> + <%= t('mailer.user.invite.signup_info') %>

diff --git a/app/views/user_mailer/invite_email.text.erb b/app/views/user_mailer/invite_email.text.erb index 991ec71d..0cef70c2 100644 --- a/app/views/user_mailer/invite_email.text.erb +++ b/app/views/user_mailer/invite_email.text.erb @@ -22,6 +22,6 @@ <%= t('mailer.user.invite.username', email: @email) %> -<%= t('mailer.user.invite.signup') %> +<%= t('mailer.user.invite.signup_info') %> <%= @url %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 0a38ef1f..6ef81da9 100755 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -202,7 +202,7 @@ en: subtitle: Administrator Rights Rescinded invite: info: You have been invited to your own personal space by %{name} - signup: To signup using your email, click the button below and follow the steps. + signup_info: To signup using your email, click the button below and follow the steps. signup_link: Sign Up signup: info: A user that was invited has signed up to use Greenlight.