Skip to content
Snippets Groups Projects
Commit de230889 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix: wording for form / profile and outdated page

parent 70319710
Branches
Tags
2 merge requests!85Recette,!84Dev
......@@ -2,14 +2,14 @@
<html lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>RESIN: Navigateur incompatible</title>
<title>RES'in: Navigateur incompatible</title>
</head>
<body>
<div>
<h1>Navigateur incompatible</h1>
<h1>Navigateur obsolète</h1>
<p>
Votre navigateur ne vous permet pas d'accéder à RESIN dans de bonnes conditions. Merci d'utiliser
Votre navigateur ne vous permet pas d'accéder à RES'in dans de bonnes conditions. Merci d'utiliser
<a href="https://www.mozilla.org/fr/firefox/new/">Firefox</a>,
<a href="https://www.google.com/intl/fr/chrome/">Chrome</a>, ou la dernière version d'<a
href="https://www.microsoft.com/fr-fr/edge"
......
......@@ -48,7 +48,7 @@
<p>Une fois réalisé cela vous permettra d'être référencé sur la platefome</p>
</div>
<div class="btnStart">
<button class="btn-primary start" (click)="nextPage()">C'est Parti</button>
<button class="btn-primary start" (click)="nextPage()">C'est parti</button>
</div>
</div>
<div
......@@ -65,7 +65,7 @@
<p>Une fois réalisé cela vous permettra de devenir propriétaire de cette structure</p>
</div>
<div class="btnStart">
<button class="btn-primary start" (click)="nextPage()">C'est Parti</button>
<button class="btn-primary start" (click)="nextPage()">C'est parti</button>
</div>
</div>
<div
......@@ -994,7 +994,13 @@
démarches en ligne dans la Métropole de Lyon
</p>
</div>
<div *ngIf="currentPage == nbPagesForm && !profile" class="page" fxLayout="column" fxLayoutGap="69px">
<div
*ngIf="currentPage == nbPagesForm && !profile"
class="page"
fxLayout="column"
fxLayoutAlign="center center"
fxLayoutGap="69px"
>
<svg aria-hidden="true">
<use [attr.xlink:href]="'assets/form/sprite.svg#emailVerification'"></use>
</svg>
......@@ -1008,7 +1014,7 @@
</h3>
</div>
<div class="structureInfoBlock" fxLayout="row" fxLayoutAlign=" center">
<div class="structureInfoBlock" fxLayout="row" fxLayoutAlign="center">
<div class="structureInfoContent" fxLayout="column">
{{ getStructureControl('structureName').value }}
<span>{{ getStructureControl('structureType').value }}</span>
......
......@@ -6,7 +6,7 @@
</svg>
<div class="profileInformation" fxLayoutGap="18px" fxLayout="column">
<div fxLayout="row" fxLayoutAlign="space-between center">
<p class="profileName">{{ userProfile.surname | titlecase }} {{ userProfile.name | titlecase }}</p>
<p class="profileName">{{ userProfile.name | titlecase }} {{ userProfile.surname | titlecase }}</p>
<button class="btn-primary" (click)="logout()">Déconnexion</button>
</div>
<div class="profileEmail" fxLayout="column">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment