diff --git a/files/routes/static.py b/files/routes/static.py index c22077ebd..92a7caadd 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -137,7 +137,7 @@ def sidebar(v): def participation_stats(v): stats = cache.get('stats') or {} if v.client: return stats - return render_template("stats.html", v=v, title="Content Statistics", data=stats) + return render_template("stats.html", v=v, title="Statistics", data=stats) @app.get("/chart") @limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400) diff --git a/files/templates/admin/admin_home.html b/files/templates/admin/admin_home.html index 103c17fd2..71bb723ce 100644 --- a/files/templates/admin/admin_home.html +++ b/files/templates/admin/admin_home.html @@ -117,7 +117,7 @@

Statistics

diff --git a/files/templates/stats.html b/files/templates/stats.html index 44111a662..20e09d46c 100644 --- a/files/templates/stats.html +++ b/files/templates/stats.html @@ -1,5 +1,5 @@ {% extends "default.html" %} -{% block pagetitle %}Content Statistics{% endblock %} +{% block pagetitle %}Statistics{% endblock %} {% block content %}