PALINDROME message for multiple emails
This commit is contained in:
parent
da16e3ee1e
commit
32390933e8
2 changed files with 4 additions and 2 deletions
|
|
@ -2,9 +2,10 @@
|
|||
.modal_title_bar
|
||||
%h4
|
||||
= t('.invite_someone_to_join')
|
||||
|
||||
%i
|
||||
= t('.if_they_accept_info')
|
||||
%br
|
||||
= t('.comma_seperated_PLZ')
|
||||
= form_for User.new, :url => invitation_path(User) do |invite|
|
||||
%p
|
||||
= invite.label :email , t('email')
|
||||
|
|
|
|||
|
|
@ -267,7 +267,8 @@ en:
|
|||
already_contacts: "You are already connected with this person"
|
||||
new:
|
||||
invite_someone_to_join: "Invite someone to join Diaspora!"
|
||||
if_they_accept_info: "if they accept, they will be added to the aspect you invited them"
|
||||
if_they_accept_info: "if they accept, they will be added to the aspect you invited them."
|
||||
comma_seperated_PLZ: "You can enter multiple email addresses separated by commas."
|
||||
to: "To"
|
||||
message: "Message:"
|
||||
send_an_invitation: "Send an invitation"
|
||||
|
|
|
|||
Loading…
Reference in a new issue