From 51e3d0e6b2c01701e46ab454da97386d487f89ed Mon Sep 17 00:00:00 2001 From: Tudor Brindus Date: Fri, 16 Oct 2020 22:39:42 -0400 Subject: [PATCH] Use sentence-case in used page headers --- templates/user/user-about.html | 2 +- templates/user/user-problems.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/user/user-about.html b/templates/user/user-about.html index bd6b1f9eff..0be72d3a62 100644 --- a/templates/user/user-about.html +++ b/templates/user/user-about.html @@ -46,7 +46,7 @@

{{ _('About') }}

{% endif %} {% if rating %} -

Rating History

+

Rating history

diff --git a/templates/user/user-problems.html b/templates/user/user-problems.html index e2b61e3cb8..c7f2d01f2b 100644 --- a/templates/user/user-problems.html +++ b/templates/user/user-problems.html @@ -32,7 +32,7 @@ {% block user_content %} {% if pp_breakdown %} -

{{ _('Points Breakdown') }}

+

{{ _('Points breakdown') }}

{% include "user/pp-table-body.html" %}
@@ -48,7 +48,7 @@

{{ _('Points Breakdown') }}

{% if authored %}

- {{ _('Authored Problems') }} ({{ authored|length }}) + {{ _('Authored problems') }} ({{ authored|length }})