File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
DigitalLearningSolutions.Web/Helpers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public static class CommonValidationErrorMessages
2020 "A user with this email address is already registered; if this is you, please log in using the button below" ;
2121
2222 public const string WrongEmailForCentreDuringAdminRegistration =
23- "This email address does not match the one held by the centre; either your primary email or centre email must match the one held by the centre" ;
23+ "This email address does not match the one held by the centre; your primary email must match the one held by the centre" ;
2424
2525 public const string PasswordRegex = @"(?=.*?[^\w\s])(?=.*?[0-9])(?=.*?[A-Z])(?=.*?[a-z]).*" ;
2626 public const string PasswordInvalidCharacters = "Password must contain at least 1 uppercase and 1 lowercase letter, 1 number and 1 symbol" ;
You can’t perform that action at this time.
0 commit comments