mirror of https://github.com/zulip/zulip.git
capitalization: Fix Log In.
This commit is contained in:
parent
7f129397a6
commit
194ac99315
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue