Skip to content

Commit 51e3d0e

Browse files
committed
Use sentence-case in used page headers
1 parent 93d2a0b commit 51e3d0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

templates/user/user-about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h4>{{ _('About') }}</h4>
4646
{% endif %}
4747

4848
{% if rating %}
49-
<h4>Rating History</h4>
49+
<h4>Rating history</h4>
5050
<div id="rating-chart">
5151
<canvas></canvas>
5252
</div>

templates/user/user-problems.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
{% block user_content %}
3434
{% if pp_breakdown %}
35-
<h3 class="pp-breakdown-header">{{ _('Points Breakdown') }}</h3>
35+
<h3 class="pp-breakdown-header">{{ _('Points breakdown') }}</h3>
3636
<div id="submissions-table" class="pp-table table">
3737
{% include "user/pp-table-body.html" %}
3838
</div>
@@ -48,7 +48,7 @@ <h3 class="pp-breakdown-header">{{ _('Points Breakdown') }}</h3>
4848
{% if authored %}
4949
<div class="user-problem-group">
5050
<h3 class="unselectable toggle closed">
51-
<span class="fa fa-chevron-right fa-fw"></span>{{ _('Authored Problems') }} ({{ authored|length }})
51+
<span class="fa fa-chevron-right fa-fw"></span>{{ _('Authored problems') }} ({{ authored|length }})
5252
</h3>
5353
<table style="display: none" class="table toggled">
5454
<thead>

0 commit comments

Comments
 (0)