Skip to content

Commit 29ac1aa

Browse files
committed
Tracking: Language: Fix sutdent's boss information to use translation - refs BT#21660
1 parent 33b1f49 commit 29ac1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/main/template/default/my_space/user_details.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<div class="flex-auto lg:flex-1/3 px-4">
2020
{{ display.reporting_user_details(user) }}
2121
{% if user_extra.boss_list %}
22-
<h3 class="font-semibold mt-4">Student Boss:</h3>
22+
<h3 class="font-semibold mt-4">{{ 'Student\'s superior'|trans }}</h3>
2323
{% for boss in user_extra.boss_list %}
2424
<p>{{ boss }}</p>
2525
{% endfor %}

0 commit comments

Comments
 (0)