diff --git a/src/app/signup/student-signup/student-signup.component.html b/src/app/signup/student-signup/student-signup.component.html
index 33b29d4550b190aa36312346df45ea68c78894bf..d9fa604b56c91fb0bb85558bdc26098191d62c7f 100644
--- a/src/app/signup/student-signup/student-signup.component.html
+++ b/src/app/signup/student-signup/student-signup.component.html
@@ -42,12 +42,13 @@
 
 
     <p>
-      Il ne te reste plus qu'à choisir un mot de passe de minimum 8 caractères avec au moins : une majuscule, une minuscule, et un chiffre.
+      Il ne te reste plus qu'à choisir un mot de passe. :-)
     </p>
     
     <!-- Password -->
     <mat-form-field class="full-width">
       <input matInput type="password"  minlength="8" minlength="8" formControlName="password" placeholder="Mot de passe" pattern="(?=^.{8,}$)((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$" required>
+      Il faut 8 caractères avec au moins : une majuscule, une minuscule, et un chiffre.
     </mat-form-field>
 
     <!-- Confirm password -->