PALINDROME message for multiple emails

This commit is contained in:
maxwell 2010-11-23 00:14:26 -08:00
parent da16e3ee1e
commit 32390933e8
2 changed files with 4 additions and 2 deletions

View file

@ -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')

View file

@ -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"