From 51c4db3d2bcd2fc2f9872015ebaa5b5f778aacc9 Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Wed, 11 Mar 2026 14:55:45 +0100 Subject: [PATCH] feat(profile.html): replace no courses message with translatable string --- kursy/templates/profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kursy/templates/profile.html b/kursy/templates/profile.html index c315206..bb0ddec 100644 --- a/kursy/templates/profile.html +++ b/kursy/templates/profile.html @@ -15,7 +15,7 @@ {% empty %} -
  • Nie masz jeszcze żadnych kursów. Znajdź kursy dla siebie!
  • +
  • {% trans "You haven't enrolled in any courses yet." %}
  • {% endfor %}