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) }}