register : correction mot "centre d'intérêt"
This commit is contained in:
parent
2b02e13321
commit
cc505ca3ac
3 changed files with 3 additions and 3 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
</mat-chip>
|
</mat-chip>
|
||||||
|
|
||||||
<input
|
<input
|
||||||
placeholder="Tapez un tag et pressez 'Entré' pour l'inserer"
|
placeholder="Tapez un centre d'intérêt et pressez 'Entrer' pour l'inserer"
|
||||||
#tagInput
|
#tagInput
|
||||||
[formControl]="formControl"
|
[formControl]="formControl"
|
||||||
[matAutocomplete]="auto"
|
[matAutocomplete]="auto"
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
<!-- Tags -->
|
<!-- Tags -->
|
||||||
<div class="row myRow">
|
<div class="row myRow">
|
||||||
<div class="col-6 myLabel"> Tags: </div>
|
<div class="col-6 myLabel"> Centre d'intérêt : </div>
|
||||||
<div class="col-6 myValue" style="border-left: solid 1px #e6e6e6">
|
<div class="col-6 myValue" style="border-left: solid 1px #e6e6e6">
|
||||||
<div *ngFor="let tag of advert.interests"> • {{tag}} </div>
|
<div *ngFor="let tag of advert.interests"> • {{tag}} </div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
</mat-chip>
|
</mat-chip>
|
||||||
|
|
||||||
<input
|
<input
|
||||||
placeholder="Tapez un tag et pressez 'Entré' pour l'inserer"
|
placeholder="Tapez un centre d'intérêt et pressez 'Entrer' pour l'inserer"
|
||||||
#tagInput
|
#tagInput
|
||||||
[formControl]="formControl"
|
[formControl]="formControl"
|
||||||
[matAutocomplete]="auto"
|
[matAutocomplete]="auto"
|
||||||
|
|
|
||||||
Reference in a new issue