forked from External/greenlight
Removed duplicate keys in en.yml file (#603)
This commit is contained in:
parent
7828c15286
commit
0fc85636f1
|
@ -33,7 +33,7 @@
|
|||
</p>
|
||||
|
||||
<p style="margin-bottom:35px;">
|
||||
<%= t('mailer.user.invite.signup') %>
|
||||
<%= t('mailer.user.invite.signup_info') %>
|
||||
</p>
|
||||
|
||||
<a style="background: <%= @color %>;color: #ffffff; padding: 10px 15px; box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);border: 1px solid transparent;text-decoration:none;" href="<%= @url %>">
|
||||
|
|
|
@ -22,6 +22,6 @@
|
|||
|
||||
<%= t('mailer.user.invite.username', email: @email) %>
|
||||
|
||||
<%= t('mailer.user.invite.signup') %>
|
||||
<%= t('mailer.user.invite.signup_info') %>
|
||||
|
||||
<%= @url %>
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue