login: Improve development server login copy.

This commit is contained in:
Tim Abbott 2017-03-08 12:36:04 -08:00
parent b126d64ead
commit ee231c0223
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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 %}