Merge "Standardize the login form button text"

This commit is contained in:
Zuul 2018-04-30 08:27:31 +00:00 committed by Gerrit Code Review
commit 9f993adba0

@ -75,8 +75,7 @@
<div class="panel-footer">
{% block login_footer %}
<button id="loginBtn" type="submit" class="btn btn-primary pull-right">
<span ng-show="auth_type==='credentials'">{% trans "Sign In" %}</span>
<span ng-hide="auth_type==='credentials'" ng-cloak>{% trans "Connect" %}</span>
<span>{% trans "Sign In" %}</span>
</button>
<div class="clearfix"></div>
{% endblock %}