mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
accompanying course: change wording for scopes
This commit is contained in:
parent
9b5990916f
commit
040c5f8847
@ -102,7 +102,7 @@ const appMessages = {
|
|||||||
no_address: "Il n'y a pas d'adresse associée au parcours"
|
no_address: "Il n'y a pas d'adresse associée au parcours"
|
||||||
},
|
},
|
||||||
scopes: {
|
scopes: {
|
||||||
title: "Services",
|
title: "Services concernés",
|
||||||
add_at_least_one: "Indiquez au moins un service",
|
add_at_least_one: "Indiquez au moins un service",
|
||||||
},
|
},
|
||||||
referrer: {
|
referrer: {
|
||||||
|
@ -132,10 +132,10 @@
|
|||||||
{% if accompanyingCourse.scopes is not empty %}
|
{% if accompanyingCourse.scopes is not empty %}
|
||||||
<div class="mbloc col col-sm-6 col-lg-4">
|
<div class="mbloc col col-sm-6 col-lg-4">
|
||||||
<div class="scopes">
|
<div class="scopes">
|
||||||
<h4 class="item-key">{{ 'Scopes'|trans }}</h4>
|
<h4 class="item-key">{{ 'Concerned scopes'|trans }}</h4>
|
||||||
<div>
|
<div>
|
||||||
{% for s in accompanyingCourse.scopes %}
|
{% 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 %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -219,6 +219,7 @@ Origin: Origine de la demande
|
|||||||
Delete accompanying period: Supprimer la période d'accompagnement
|
Delete accompanying period: Supprimer la période d'accompagnement
|
||||||
Are you sure you want to remove the accompanying period "%id%" ?: Êtes-vous sûr de vouloir supprimer la période d'accompagnement %id% ?
|
Are you sure you want to remove the accompanying period "%id%" ?: Êtes-vous sûr de vouloir supprimer la période d'accompagnement %id% ?
|
||||||
The accompanying course has been successfully removed.: La période d'accompagnement a été supprimée.
|
The accompanying course has been successfully removed.: La période d'accompagnement a été supprimée.
|
||||||
|
Concerned scopes: Services concernés
|
||||||
|
|
||||||
# pickAPersonType
|
# pickAPersonType
|
||||||
Pick a person: Choisir une personne
|
Pick a person: Choisir une personne
|
||||||
|
Loading…
x
Reference in New Issue
Block a user