From 119c1cbb358e2bbe1b329e8ec5330396b0fa6e64 Mon Sep 17 00:00:00 2001 From: Francisco Roldan Date: Thu, 26 May 2022 09:48:35 -0300 Subject: [PATCH] fix: translations --- lms/www/courses/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/www/courses/index.html b/lms/www/courses/index.html index d66aa112..aa830f96 100644 --- a/lms/www/courses/index.html +++ b/lms/www/courses/index.html @@ -8,7 +8,7 @@
{% if restriction.restrict %} - {% set profile_link = " {{ _("profile") }} " %} + {% set profile_link = " profile " %}
{{ _("You haven't completed your profile.") }}

{{ _("Complete your {0} to access the courses.").format(profile_link) }}