Skip to content
Snippets Groups Projects
Commit 910a348a authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Fix bad error field validation message

parent 44cdf630
Branches
Tags
No related merge requests found
...@@ -585,8 +585,8 @@ ...@@ -585,8 +585,8 @@
"EQUALS_TO_PSEUDO": "Must be different from pseudonym", "EQUALS_TO_PSEUDO": "Must be different from pseudonym",
"EQUALS_TO_SALT": "Must be different from secret identifier", "EQUALS_TO_SALT": "Must be different from secret identifier",
"FIELD_REQUIRED": "This field is required.", "FIELD_REQUIRED": "This field is required.",
"FIELD_TOO_SHORT": "Value is too short (min {{minLength]] characters).", "FIELD_TOO_SHORT": "This field value is too short.",
"FIELD_TOO_SHORT_WITH_LENGTH": "This field value is too short.", "FIELD_TOO_SHORT_WITH_LENGTH": "Value is too short (min {{minLength]] characters).",
"FIELD_TOO_LONG": "Value is exceeding max length.", "FIELD_TOO_LONG": "Value is exceeding max length.",
"FIELD_TOO_LONG_WITH_LENGTH": "Value is too long (max {{maxLength}} characters).", "FIELD_TOO_LONG_WITH_LENGTH": "Value is too long (max {{maxLength}} characters).",
"FIELD_MIN": "Minimum value: {{min}}", "FIELD_MIN": "Minimum value: {{min}}",
......
...@@ -585,8 +585,8 @@ ...@@ -585,8 +585,8 @@
"EQUALS_TO_PSEUDO": "Must be different from pseudonym", "EQUALS_TO_PSEUDO": "Must be different from pseudonym",
"EQUALS_TO_SALT": "Must be different from secret identifier", "EQUALS_TO_SALT": "Must be different from secret identifier",
"FIELD_REQUIRED": "This field is required.", "FIELD_REQUIRED": "This field is required.",
"FIELD_TOO_SHORT": "Value is too short (min {{minLength]] characters).", "FIELD_TOO_SHORT": "This field value is too short.",
"FIELD_TOO_SHORT_WITH_LENGTH": "This field value is too short.", "FIELD_TOO_SHORT_WITH_LENGTH": "Value is too short (min {{minLength]] characters).",
"FIELD_TOO_LONG": "Value is exceeding max length.", "FIELD_TOO_LONG": "Value is exceeding max length.",
"FIELD_TOO_LONG_WITH_LENGTH": "Value is too long (max {{maxLength}} characters).", "FIELD_TOO_LONG_WITH_LENGTH": "Value is too long (max {{maxLength}} characters).",
"FIELD_MIN": "Minimum value: {{min}}", "FIELD_MIN": "Minimum value: {{min}}",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment