diff --git a/src/main/java/seedu/address/model/person/Name.java b/src/main/java/seedu/address/model/person/Name.java index 0dbc8acbf16..7a6a307fce1 100644 --- a/src/main/java/seedu/address/model/person/Name.java +++ b/src/main/java/seedu/address/model/person/Name.java @@ -11,7 +11,7 @@ public class Name { public static final String MESSAGE_CONSTRAINTS = "Names should only contain alphanumeric characters and spaces, " - + "and only these special characters (' / -), " + + "and only these special characters (\" ' \" , \" , \" , \" / \" , \" - \"), " + "and it should not be blank"; /* * The first character of the address must not be a whitespace,