Added i18n for "Sign up for invite" button.
This commit is contained in:
parent
eb314aa300
commit
c7059a58da
2 changed files with 3 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
<div class="mc-field-group">
|
<div class="mc-field-group">
|
||||||
<input type="text" value="" name="EMAIL" class="required email" placeholder="Email" id="mce-EMAIL">
|
<input type="text" value="" name="EMAIL" class="required email" placeholder="Email" id="mce-EMAIL">
|
||||||
</div>
|
</div>
|
||||||
<div><input type="submit" value="Sign up for an invite!" name="subscribe" id="mc-embedded-subscribe" class="btn"></div>
|
<div><input type="submit" value="<%= t('devise.shared.mail_signup_form.sign_up_for_an_invite') %>" name="subscribe" id="mc-embedded-subscribe" class="btn"></div>
|
||||||
<div id="mce-responses">
|
<div id="mce-responses">
|
||||||
<div class="response" id="mce-error-response" style="display:none"></div>
|
<div class="response" id="mce-error-response" style="display:none"></div>
|
||||||
<div class="response" id="mce-success-response" style="display:none"></div>
|
<div class="response" id="mce-success-response" style="display:none"></div>
|
||||||
|
|
|
||||||
|
|
@ -81,6 +81,8 @@ en:
|
||||||
have_invited_you: "%{names} have invited you to join Diaspora"
|
have_invited_you: "%{names} have invited you to join Diaspora"
|
||||||
accept_at: ", at %{url}, you can accept it through the link below."
|
accept_at: ", at %{url}, you can accept it through the link below."
|
||||||
shared:
|
shared:
|
||||||
|
mail_signup_form:
|
||||||
|
sign_up_for_an_invite: "Sign up for an invite!"
|
||||||
links:
|
links:
|
||||||
sign_in: 'Sign in'
|
sign_in: 'Sign in'
|
||||||
sign_up: 'Sign up'
|
sign_up: 'Sign up'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue