update title
This commit is contained in:
parent
96f74cf930
commit
94ebc8b37a
3 changed files with 9 additions and 2 deletions
|
|
@ -72,7 +72,7 @@
|
|||
|
||||
- if commenting_disabled?(post)
|
||||
%span.federated_person{:title => "#{t('.federated_account')}"}
|
||||
=t('.currently_unavailable')
|
||||
="[#{t('.currently_unavailable')}]"
|
||||
- else
|
||||
%span.like_action
|
||||
= like_action(post, current_user)
|
||||
|
|
|
|||
|
|
@ -777,7 +777,7 @@ en:
|
|||
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"
|
||||
currently_unavailable: 'currently unavailable'
|
||||
currently_unavailable: 'commenting currently unavailable'
|
||||
via: "via %{link}"
|
||||
hide_and_mute: "Hide and Mute"
|
||||
like: "Like"
|
||||
|
|
|
|||
|
|
@ -122,6 +122,13 @@ var View = {
|
|||
}
|
||||
},
|
||||
|
||||
commenting_disabled: {
|
||||
bind: function() {
|
||||
$('.federated_person').twipsy({
|
||||
live: true
|
||||
});
|
||||
}
|
||||
},
|
||||
contacts_on_side: {
|
||||
bind: function() {
|
||||
$("#selected_aspect_contacts .avatar").twipsy({
|
||||
|
|
|
|||
Loading…
Reference in a new issue