connect_to_comment text for federated users
This commit is contained in:
parent
07a4fb8e96
commit
0b18e47b82
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue