capitalization: Fix Log In.

This commit is contained in:
Umair Khan
2017-03-08 22:03:28 +05:00
committed by Tim Abbott
parent 7f129397a6
commit 194ac99315

View File

@@ -41,7 +41,7 @@
{% if register_link_disabled %}
{% elif only_sso %}
<a href="{{ url('login-sso') }}">{{ _('Log In') }}</a>
<a href="{{ url('login-sso') }}">{{ _('Log in') }}</a>
{% else %}
<a href="{{ url('register') }}">{{ _('Register') }}</a>
{% endif %}