Skip to content
Snippets Groups Projects
Commit 916739f9 authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

fix: typo and labels

parent 488dbd7c
No related branches found
No related tags found
1 merge request!229feat(data-consent): add data sharing consent when creating and editing a...
......@@ -39,7 +39,7 @@
<!-- Opening Hours -->
<div fxLayout="row" class="w-100 mobile-column">
<div *ngIf="structure.hours.hasData()" fxFlex="50%">
<h3 class="subtitle">Horaires d’ouverture au public</h3>
<h3 class="subtitle">Horaires</h3>
<div fxLayout="column">
<div *ngFor="let day of structure.hours | keyvalue: keepOriginalOrder">
<div *ngIf="day.value.open">
......@@ -60,7 +60,7 @@
</div>
<!-- accessModality -->
<div *ngIf="structure.accessModality.length > 0" fxFlex="40%">
<h3 class="subtitle">Accès transports en commun</h3>
<h3 class="subtitle">Accès</h3>
<div fxLayout="column">
<div *ngFor="let tclStop of tclStopPoints">
<div fxLayout="row wrap" fxLayoutGap="5px">
......
......@@ -293,7 +293,7 @@
<!-- ADDRESS SEARCH -->
<div *ngIf="currentPage == pageTypeEnum.beneficiaryAddress" class="page">
<div class="title">
<h3>Autour de quelle adresse chercher une structure ?</h3>
<h3>Autour de quelle adresse cherchez-vous une structure ?</h3>
<p class="notRequired lg">facultatif</p>
</div>
<div class="form-group" fxLayout="column">
......
......@@ -408,7 +408,7 @@
>
<div *ngIf="currentPage == pageTypeEnum.structureNameAndAddress" class="page">
<div class="title">
<h3>Quelle structure voulez-vous réferencer ?</h3>
<h3>Quelle structure voulez-vous référencer ?</h3>
</div>
<p
class="missing-information"
......
......@@ -195,6 +195,9 @@ h4 {
font-weight: bold;
}
}
&.notRequired {
font-style: italic;
}
}
.textareaBlock {
@media #{$tablet} {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment