mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	capitalization: Fix Log In.
This commit is contained in:
		@@ -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 %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user