From 0b18e47b82859de5a8e39174d64f61641015da56 Mon Sep 17 00:00:00 2001 From: danielgrippi <danielgrippi@gmail.com> Date: Thu, 27 Oct 2011 17:24:25 -0700 Subject: [PATCH] connect_to_comment text for federated users --- app/views/shared/_stream_element.html.haml | 2 +- config/locales/diaspora/en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/shared/_stream_element.html.haml b/app/views/shared/_stream_element.html.haml index 68fdff578b..9babe8298d 100644 --- a/app/views/shared/_stream_element.html.haml +++ b/app/views/shared/_stream_element.html.haml @@ -71,7 +71,7 @@ - if commenting_disabled?(post) - %span.federated_person{:title => "#{t('.federated_account')}"} + %span.federated_person{:title => "#{t('.connect_to_comment')}"} ="[#{t('.currently_unavailable')}]" - else %span.like_action diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index 112d8095b2..15997453a6 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -776,7 +776,7 @@ en: all_contacts: "All contacts" stream_element: viewable_to_anyone: "This post is viewable to anyone on the web" - federated_account: "Remote users who you are not connected to can not currently receive your likes and comments" + connect_to_comment: "Connect to this user to comment on their post" currently_unavailable: 'commenting currently unavailable' via: "via %{link}" hide_and_mute: "Hide and Mute" -- GitLab