diff --git a/templates/zerver/accounts_home.html b/templates/zerver/accounts_home.html index 07d58263ba..eac63e1f96 100644 --- a/templates/zerver/accounts_home.html +++ b/templates/zerver/accounts_home.html @@ -79,7 +79,9 @@ $(function () {
- +
{% endif %} @@ -87,7 +89,9 @@ $(function () { {% if github_auth_enabled %}
- +
{% endif %} diff --git a/templates/zerver/login.html b/templates/zerver/login.html index 328d4894a9..79c9c5cb9a 100644 --- a/templates/zerver/login.html +++ b/templates/zerver/login.html @@ -32,7 +32,9 @@ {# SSO users don't have a password. #}
- {{ _('Log in with SSO') }} + + {{ _('Log in with %(identity_provider)s', identity_provider="SSO") }} +
{% else %} @@ -127,7 +129,9 @@
- +
{% endif %} @@ -136,7 +140,9 @@
- +
{% endif %}