We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b1f49 commit 29ac1aaCopy full SHA for 29ac1aa
public/main/template/default/my_space/user_details.html.twig
@@ -19,7 +19,7 @@
19
<div class="flex-auto lg:flex-1/3 px-4">
20
{{ display.reporting_user_details(user) }}
21
{% if user_extra.boss_list %}
22
- <h3 class="font-semibold mt-4">Student Boss:</h3>
+ <h3 class="font-semibold mt-4">{{ 'Student\'s superior'|trans }}</h3>
23
{% for boss in user_extra.boss_list %}
24
<p>{{ boss }}</p>
25
{% endfor %}
0 commit comments