fix: translations

This commit is contained in:
Francisco Roldan
2022-05-26 09:45:56 -03:00
parent 0609174a14
commit 2be2646d95
3 changed files with 14 additions and 14 deletions

View File

@@ -8,7 +8,7 @@
<div class="common-page-style">
<div class="container">
{% if restriction.restrict %}
{% set profile_link = "<a href='/edit-profile'> profile </a>" %}
{% set profile_link = "<a href='/edit-profile'> {{ _("profile") }} </a>" %}
<div class="empty-state">
<div class="course-home-headings text-center mb-0" style="color: inherit;">{{ _("You haven't completed your profile.") }}</div>
<p class="small text-center">{{ _("Complete your {0} to access the courses.").format(profile_link) }}</p>