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 }})