feat(profile.html): replace no courses message with translatable string
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
</a>
|
||||
</li>
|
||||
{% empty %}
|
||||
<li class="text-gray-600">Nie masz jeszcze żadnych kursów. <a href="/coursesTODO" class="text-blue-500 hover:underline">Znajdź kursy</a> dla siebie!</li>
|
||||
<li class="text-gray-600">{% trans "You haven't enrolled in any courses yet." %}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user