Merge branch '597-add-i18n-to-sign-up-button' of https://github.com/siefca/diaspora into siefca-597-add-i18n-to-sign-up-button
This commit is contained in:
commit
8cc57aed82
2 changed files with 3 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<div class="mc-field-group">
|
||||
<input type="text" value="" name="EMAIL" class="required email" placeholder="Email" id="mce-EMAIL">
|
||||
</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 class="response" id="mce-error-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"
|
||||
accept_at: ", at %{url}, you can accept it through the link below."
|
||||
shared:
|
||||
mail_signup_form:
|
||||
sign_up_for_an_invite: "Sign up for an invite!"
|
||||
links:
|
||||
sign_in: 'Sign in'
|
||||
sign_up: 'Sign up'
|
||||
|
|
|
|||
Loading…
Reference in a new issue