Showing
3 changed files
with
3 additions
and
2 deletions
... | ... | @@ -36,7 +36,7 @@ public class User extends SearchTextBasedWithAdditionalInfo<UserId> implements H |
36 | 36 | private String email; |
37 | 37 | private Authority authority; |
38 | 38 | @NoXss |
39 | - @Length(fieldName = "firs name") | |
39 | + @Length(fieldName = "first name") | |
40 | 40 | private String firstName; |
41 | 41 | @NoXss |
42 | 42 | @Length(fieldName = "last name") | ... | ... |