Skip to content

Commit

Permalink
Tracking: Language: Fix sutdent's boss information to use translation…
Browse files Browse the repository at this point in the history
… - refs BT#21660
  • Loading branch information
NicoDucou committed May 10, 2024
1 parent 33b1f49 commit 29ac1aa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@
<div class="flex-auto lg:flex-1/3 px-4">
{{ display.reporting_user_details(user) }}
{% if user_extra.boss_list %}
<h3 class="font-semibold mt-4">Student Boss:</h3>
<h3 class="font-semibold mt-4">{{ 'Student\'s superior'|trans }}</h3>
{% for boss in user_extra.boss_list %}
<p>{{ boss }}</p>
{% endfor %}
Expand Down

0 comments on commit 29ac1aa

Please sign in to comment.