Commit 3edca5d822a6eee3ebbc6ebd2a75a368463e732a

Authored by Yves Senn
2 parents d6ab5ad3 b8f51acf

Merge pull request #4488 from dekimsey/patch-1

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,7 +3,7 @@
3 %fieldset 3 %fieldset
4 %legend Social Accounts 4 %legend Social Accounts
5 .oauth_select_holder 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 - enabled_social_providers.each do |provider| 7 - enabled_social_providers.each do |provider|
8 %span{class: oauth_active_class(provider) } 8 %span{class: oauth_active_class(provider) }
9 = link_to authbutton(provider, 32), omniauth_authorize_path(User, provider) 9 = link_to authbutton(provider, 32), omniauth_authorize_path(User, provider)