From d5b1b1e75dd7b2d659567ae028b906ca10e5133a Mon Sep 17 00:00:00 2001 From: Julian Leucker <leuckerj@gmail.com> Date: Fri, 18 Oct 2024 18:12:50 +0200 Subject: [PATCH] Translate person page statistics card --- aleksis/apps/alsijil/frontend/messages/en.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/aleksis/apps/alsijil/frontend/messages/en.json b/aleksis/apps/alsijil/frontend/messages/en.json index 8065e74e8..e6e09fb7d 100644 --- a/aleksis/apps/alsijil/frontend/messages/en.json +++ b/aleksis/apps/alsijil/frontend/messages/en.json @@ -76,6 +76,14 @@ "empty": "No group note" } }, + "statistics": { + "person_compact": { + "title": "Coursebook · Statistics" + }, + "person_page": { + "title": "Statistics" + } + }, "notes": { "show_list": "List of participants", "future": "Lesson is in the future" -- GitLab