diff --git a/app/views/shared/_publisher.haml b/app/views/shared/_publisher.haml index f9a453bb2..b5896bee0 100644 --- a/app/views/shared/_publisher.haml +++ b/app/views/shared/_publisher.haml @@ -63,7 +63,7 @@ .public_toggle %p.checkbox_select = status.check_box( :public, {}, true, false ) - = status.label :public, "make public" + = status.label :public, t('.make_public') = link_to (image_tag "social_media_logos/feed-16x16.png", :title => "RSS"), current_user.public_url - if current_user.services - for service in current_user.services