Commit b8f51acf7bf72fb832be7aefe8d7009f2a23a0f0

Authored by dekimsey
1 parent d6ab5ad3

Fix misspelling in social accounts tip

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/profiles/account.html.haml
... ... @@ -3,7 +3,7 @@
3 3 %fieldset
4 4 %legend Social Accounts
5 5 .oauth_select_holder
6   - %p.hint Tip: Click on icon to activate sigin with one of the following services
  6 + %p.hint Tip: Click on icon to activate signin with one of the following services
7 7 - enabled_social_providers.each do |provider|
8 8 %span{class: oauth_active_class(provider) }
9 9 = link_to authbutton(provider, 32), omniauth_authorize_path(User, provider)
... ...