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
|
.modal_title_bar
|
||||||
%h4
|
%h4
|
||||||
= t('.invite_someone_to_join')
|
= t('.invite_someone_to_join')
|
||||||
|
|
||||||
%i
|
%i
|
||||||
= t('.if_they_accept_info')
|
= t('.if_they_accept_info')
|
||||||
|
%br
|
||||||
|
= t('.comma_seperated_PLZ')
|
||||||
= form_for User.new, :url => invitation_path(User) do |invite|
|
= form_for User.new, :url => invitation_path(User) do |invite|
|
||||||
%p
|
%p
|
||||||
= invite.label :email , t('email')
|
= invite.label :email , t('email')
|
||||||
|
|
|
||||||
|
|
@ -267,7 +267,8 @@ en:
|
||||||
already_contacts: "You are already connected with this person"
|
already_contacts: "You are already connected with this person"
|
||||||
new:
|
new:
|
||||||
invite_someone_to_join: "Invite someone to join Diaspora!"
|
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"
|
to: "To"
|
||||||
message: "Message:"
|
message: "Message:"
|
||||||
send_an_invitation: "Send an invitation"
|
send_an_invitation: "Send an invitation"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue