mirror of https://github.com/zulip/zulip.git
login: Improve development server login copy.
This commit is contained in:
parent
b126d64ead
commit
ee231c0223
|
@ -729,7 +729,7 @@ a.bottom-signup-button {
|
|||
font-size: 40px;
|
||||
display: block;
|
||||
margin: auto;
|
||||
width: 300px;
|
||||
width: 360px;
|
||||
text-align: center;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
|
|
@ -42,7 +42,7 @@ autofocus('#id_username');
|
|||
<div class="app-main login-page-container">
|
||||
|
||||
{% if dev_auth_enabled %}
|
||||
<h3 class="login-page-header">{{ _('Zulip Dev Login') }}</h3>
|
||||
<h3 class="login-page-header">{{ _('Development login') }}</h3>
|
||||
{% if not password_auth_enabled %}
|
||||
<h4 class="login-page-subheader">{{ _('Choose a user:') }}</h4>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue