update title

This commit is contained in:
Maxwell Salzberg 2011-10-26 17:40:15 -07:00
parent 96f74cf930
commit 94ebc8b37a
3 changed files with 9 additions and 2 deletions

View file

@ -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)

View file

@ -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"

View file

@ -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({