Localize string
This commit is contained in:
parent
f0583de36c
commit
f60ce932b1
2 changed files with 3 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
.right
|
.right
|
||||||
|
|
||||||
- if friend.already_invited?
|
- if friend.already_invited?
|
||||||
= link_to t('services.index.resend'), service_inviter_path(:uid => friend.uid, :provider => 'facebook', :invitation_id => friend.invitation_id)
|
= link_to t('.resend'), service_inviter_path(:uid => friend.uid, :provider => 'facebook', :invitation_id => friend.invitation_id)
|
||||||
- elsif friend.on_diaspora?
|
- elsif friend.on_diaspora?
|
||||||
= render 'aspect_memberships/aspect_dropdown', :contact => contact_proxy(friend), :person => friend.person, :hang => 'left'
|
= render 'aspect_memberships/aspect_dropdown', :contact => contact_proxy(friend), :person => friend.person, :hang => 'left'
|
||||||
- else
|
- else
|
||||||
|
|
@ -25,4 +25,4 @@
|
||||||
- if friend.person
|
- if friend.person
|
||||||
= friend.person.diaspora_handle
|
= friend.person.diaspora_handle
|
||||||
- else
|
- else
|
||||||
not yet on diaspora
|
=t('.not_on_diaspora')
|
||||||
|
|
|
||||||
|
|
@ -647,6 +647,7 @@ en:
|
||||||
remote_friend:
|
remote_friend:
|
||||||
resend: "resend"
|
resend: "resend"
|
||||||
invite: "invite"
|
invite: "invite"
|
||||||
|
not_on_diaspora: "Not yet on Diaspora"
|
||||||
|
|
||||||
shared:
|
shared:
|
||||||
publisher:
|
publisher:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue