Skip to content

Commit

Permalink
Use sentence-case in used page headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyene committed Oct 17, 2020
1 parent 93d2a0b commit 51e3d0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/user/user-about.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h4>{{ _('About') }}</h4>
{% endif %}

{% if rating %}
<h4>Rating History</h4>
<h4>Rating history</h4>
<div id="rating-chart">
<canvas></canvas>
</div>
Expand Down
4 changes: 2 additions & 2 deletions templates/user/user-problems.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

{% block user_content %}
{% if pp_breakdown %}
<h3 class="pp-breakdown-header">{{ _('Points Breakdown') }}</h3>
<h3 class="pp-breakdown-header">{{ _('Points breakdown') }}</h3>
<div id="submissions-table" class="pp-table table">
{% include "user/pp-table-body.html" %}
</div>
Expand All @@ -48,7 +48,7 @@ <h3 class="pp-breakdown-header">{{ _('Points Breakdown') }}</h3>
{% if authored %}
<div class="user-problem-group">
<h3 class="unselectable toggle closed">
<span class="fa fa-chevron-right fa-fw"></span>{{ _('Authored Problems') }} ({{ authored|length }})
<span class="fa fa-chevron-right fa-fw"></span>{{ _('Authored problems') }} ({{ authored|length }})
</h3>
<table style="display: none" class="table toggled">
<thead>
Expand Down

0 comments on commit 51e3d0e

Please sign in to comment.