diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-21 08:51:15 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-21 08:51:15 +0300 |
commit | 1ecdfb46a46a1725c47df33c786f1d059a2ab97e (patch) | |
tree | 407cd713660986fb7304bde87614ab69097fbfa2 /app/views/devise/sessions | |
parent | 4d149ac8a9103f5249eb8641879b8643304723a0 (diff) | |
download | gitlab-ce-1ecdfb46a46a1725c47df33c786f1d059a2ab97e.tar.gz |
Fix spell error in sing in
Diffstat (limited to 'app/views/devise/sessions')
-rw-r--r-- | app/views/devise/sessions/new.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/sessions/new.html.haml b/app/views/devise/sessions/new.html.haml index 241133662fb..fe2134d62fa 100644 --- a/app/views/devise/sessions/new.html.haml +++ b/app/views/devise/sessions/new.html.haml @@ -1,5 +1,5 @@ .login-box - %h3.page_title Sing in + %h3.page_title Sign in %br - if ldap_enabled? %ul.nav.nav-tabs |