diff --git a/app/views/services/_remote_friend.html.haml b/app/views/services/_remote_friend.html.haml
index 9d2450aa488c0b85c598e8d76490a9d43d32a45b..09d5fce2fbe5031394f1e6fc0f5a4992e6457ef4 100644
--- a/app/views/services/_remote_friend.html.haml
+++ b/app/views/services/_remote_friend.html.haml
@@ -2,7 +2,7 @@
   .right
 
     - 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?
       = render 'aspect_memberships/aspect_dropdown', :contact => contact_proxy(friend), :person => friend.person, :hang => 'left'
     - else
@@ -25,4 +25,4 @@
       - if friend.person
         = friend.person.diaspora_handle
       - else
-        not yet on diaspora
+        =t('.not_on_diaspora')
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index d3a5eceb4a27ab8b8617ca9b04bf16174883c798..43eceebb22d7239b35682ff5faf39034f9fdab5d 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -647,6 +647,7 @@ en:
     remote_friend:
       resend: "resend"
       invite: "invite"
+      not_on_diaspora: "Not yet on Diaspora"
 
   shared:
     publisher: