mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
accompanying course: change wording for scopes
This commit is contained in:
@@ -132,10 +132,10 @@
|
||||
{% if accompanyingCourse.scopes is not empty %}
|
||||
<div class="mbloc col col-sm-6 col-lg-4">
|
||||
<div class="scopes">
|
||||
<h4 class="item-key">{{ 'Scopes'|trans }}</h4>
|
||||
<h4 class="item-key">{{ 'Concerned scopes'|trans }}</h4>
|
||||
<div>
|
||||
{% for s in accompanyingCourse.scopes %}
|
||||
<span>{{ s.name|localize_translatable_string|capitalize }}</span>{% if not loop.last %}, {% endif %}
|
||||
<span>{{ s.name|localize_translatable_string|upper }}</span>{% if not loop.last %}, {% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user