Skip to content
Snippets Groups Projects
Commit 9fba1f84 authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

Merge branch 'feat/US187&188-wording-and-typos' into 'V2.0'

Feat/us187-188 wording and typos

See merge request web-et-numerique/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_client!322
parents 3738644b 6ccd6e2d
Branches
Tags
4 merge requests!418V2.1.0,!400V2.0,!322Feat/us187-188 wording and typos,!230V2.0
......@@ -26,7 +26,7 @@
<div class="textareaBlock" fxLayout="column">
<textarea
rows="8"
placeholder="Exemple : nous ne sommes ouvert que le 1er mercredi du mois."
placeholder="Exemple : nous ne sommes ouverts que le 1er mercredi du mois."
maxlength="500"
formControlName="exceptionalClosures"
></textarea>
......
......@@ -8,7 +8,7 @@
[icon]="'arrowBack'"
></app-svg-icon>
<div class="titleContent">
<h3>Comment vous trouver la structure sur internet&nbsp;?</h3>
<h3>Votre présence sur internet et les réseaux sociaux</h3>
<p>Facultatif</p>
</div>
</div>
......@@ -94,8 +94,8 @@
<app-svg-icon
*ngIf="
structureForm.get('facebook').valid &&
structureForm.get('facebook').value != null &&
structureForm.get('facebook').value != ''
structureForm.get('facebook').value !== null &&
structureForm.get('facebook').value !== ''
"
[iconClass]="'icon-26'"
[type]="'form'"
......@@ -126,8 +126,8 @@
<app-svg-icon
*ngIf="
structureForm.get('twitter').valid &&
structureForm.get('twitter').value != null &&
structureForm.get('twitter').value != ''
structureForm.get('twitter').value !== null &&
structureForm.get('twitter').value !== ''
"
[iconClass]="'icon-26'"
[type]="'form'"
......@@ -159,8 +159,8 @@
<app-svg-icon
*ngIf="
structureForm.get('instagram').valid &&
structureForm.get('instagram').value != null &&
structureForm.get('instagram').value != ''
structureForm.get('instagram').value !== null &&
structureForm.get('instagram').value !== ''
"
[iconClass]="'icon-26'"
[type]="'form'"
......@@ -191,8 +191,8 @@
<app-svg-icon
*ngIf="
structureForm.get('linkedin').valid &&
structureForm.get('linkedin').value != null &&
structureForm.get('linkedin').value != ''
structureForm.get('linkedin').value !== null &&
structureForm.get('linkedin').value !== ''
"
[iconClass]="'icon-26'"
[type]="'form'"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment