From eeff20f12e8ce27da8fd851d40a34524b431d997 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 29 May 2026 09:11:31 +0200 Subject: [PATCH] plural --- teleforma/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/admin.py b/teleforma/admin.py index 93180d10..3d18dfd0 100644 --- a/teleforma/admin.py +++ b/teleforma/admin.py @@ -227,7 +227,7 @@ class StudentAdmin(StudentAdminMixin, admin.ModelAdmin): book.book.save(response) return response - export_xls_training.short_description = "Export Formation (XLS)" + export_xls_training.short_description = "Export Formations (XLS)" export_xls_readings.short_description = "Export Lectures (XLS)" def add_to_group(self, request, queryset): -- 2.47.3