Some front editions.

This commit is contained in:
2019-08-08 20:24:53 +02:00
parent 063d1de074
commit 6027878622
2 changed files with 3 additions and 3 deletions

View File

@@ -39,9 +39,9 @@
<a routerLink="/accountSettings" class="indigo-text">
Annuler
</a>
<button class="float-right waves-effect waves-light indigo btn"
<button class="float-right waves-effect waves-light indigo white-text btn"
type="submit" [disabled]="!profilEditionForm.form.valid">
Suivant
Enregistrer
</button>
</div>
</form>

View File

@@ -80,7 +80,7 @@ export class ProfilEditionComponent implements OnInit {
onSubmit(): void {
this.profilEditionService.updateUser(this.model).subscribe(() => {
NotificationsComponent.success('Modification enregistrée.');
NotificationsComponent.success('Modifications enregistrées.');
}, error => {
NotificationsComponent.error('L\'adresse mail saisie n\'est pas disponible.');
});