summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-07-03 10:43:50 -0700
committerYves Senn <yves.senn@gmail.com>2013-07-03 10:43:50 -0700
commit3edca5d822a6eee3ebbc6ebd2a75a368463e732a (patch)
treec2a139d9fff532a04b34d6614fe698d63d270633
parentd6ab5ad3066995e1013dfb18707304c911f0a7c0 (diff)
parentb8f51acf7bf72fb832be7aefe8d7009f2a23a0f0 (diff)
downloadgitlab-ce-3edca5d822a6eee3ebbc6ebd2a75a368463e732a.tar.gz
Merge pull request #4488 from dekimsey/patch-1
Fix misspelling in social accounts tip
-rw-r--r--app/views/profiles/account.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/account.html.haml b/app/views/profiles/account.html.haml
index 09d9ec10e81..9b1354d9f2c 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)