Skip to content

Commit

Permalink
fix typo on login with Facebook button [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgrippi committed Jul 30, 2012
1 parent 3d40b8e commit 3925dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/application_helper.rb
Expand Up @@ -16,7 +16,7 @@ def frame_page?

def rad_fb_link(evil_styles)
link_to('/users/auth/facebook', :class => 'btn-large new-btn fb-btn', :style => evil_styles ) do
image_tag('logos/fb_f.png', :class => "fb-f") + "Login in with Facebook".html_safe
image_tag('logos/fb_f.png', :class => "fb-f") + "Login with Facebook".html_safe
end
end

Expand Down

0 comments on commit 3925dc8

Please sign in to comment.