Skip to content

Commit

Permalink
Change "Github" => "GitHub"
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeaowens authored Jun 3, 2024
1 parent 45e4c90 commit 6b65da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/templates/dojo/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h3>{% trans "Login" %}</h3>

{% if GITHUB_ENTERPRISE_ENABLED is True %}
<div class="col-sm-offset-1 col-sm-2">
<a href="{% url 'social:begin' 'github-enterprise' %}?next={{ request.GET.next }}" style="color: rgb(255,255,255)" class="btn btn-success" type="button">{% trans "Login with Github Enterprise" %}</a>
<a href="{% url 'social:begin' 'github-enterprise' %}?next={{ request.GET.next }}" style="color: rgb(255,255,255)" class="btn btn-success" type="button">{% trans "Login with GitHub Enterprise" %}</a>
</div>
{% endif %}

Expand Down

0 comments on commit 6b65da2

Please sign in to comment.