diff --git a/app/views/profiles/account.html.haml b/app/views/profiles/account.html.haml
index 09d9ec10e815c66d0a4f451101d8e2adf1834c96..9b1354d9f2c088ea79f6ad41975591df4da41c4b 100644
--- a/app/views/profiles/account.html.haml
+++ b/app/views/profiles/account.html.haml
@@ -3,7 +3,7 @@
     %fieldset
       %legend Social Accounts
       .oauth_select_holder
-        %p.hint Tip: Click on icon to activate sigin with one of the following services
+        %p.hint Tip: Click on icon to activate signin with one of the following services
         - enabled_social_providers.each do |provider|
           %span{class: oauth_active_class(provider) }
             = link_to authbutton(provider, 32), omniauth_authorize_path(User, provider)