From 7dcdb5f19dea049e0b570f2702718b0fdfb18fdb Mon Sep 17 00:00:00 2001 From: salazard <hamzatouizrat@yahoo.com> Date: Thu, 10 Nov 2022 17:01:26 +0100 Subject: [PATCH] fix sentence --- src/app/signup/student-signup/student-signup.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/signup/student-signup/student-signup.component.html b/src/app/signup/student-signup/student-signup.component.html index 133558c..6a52258 100644 --- a/src/app/signup/student-signup/student-signup.component.html +++ b/src/app/signup/student-signup/student-signup.component.html @@ -27,7 +27,7 @@ <mat-form-field class="full-width"> <input matInput type="email" formControlName="email" placeholder="Adresse email" onkeyup="this.value = this.value.toLowerCase();" required> <mat-hint> - Elle te servira d'idendddtifiant de connexion. + Elle te servira d'identifiant de connexion. </mat-hint> </mat-form-field> -- GitLab