Update E164 constraint message
This commit is contained in:
parent
7558489ad0
commit
7c3f429c56
|
@ -29,7 +29,7 @@ import javax.validation.Payload;
|
|||
@Documented
|
||||
public @interface E164 {
|
||||
|
||||
String message() default "{org.whispersystems.textsecuregcm.util.E164.message}";
|
||||
String message() default "value is not a valid E164 number";
|
||||
|
||||
Class<?>[] groups() default { };
|
||||
|
||||
|
|
Loading…
Reference in New Issue